Nette\Caching\Storages\DevNullStorage::read PHP Method

read() public method

Read from cache.
public read ( $key ) : mixed | null
return mixed | null
    public function read($key)
    {
    }