Jarves\Cache\Backend\AbstractCache::doGet PHP Method

doGet() abstract protected method

Gets the data for a key.
abstract protected doGet ( string $pKey ) : mixed | false
$pKey string
return mixed | false return false when cache does not exist
    protected abstract function doGet($pKey);