Elgg\Cache\NullCache::load PHP Method

load() public method

Retrieves data.
public load ( string $key, integer $offset, integer $limit = null ) : mixed
$key string Unused
$offset integer Unused
$limit integer Unused
return mixed
    public function load($key, $offset = 0, $limit = null)
    {
        return false;
    }