Imdb\CacheBase::getInternal PHP Method

getInternal() abstract public method

Specific implementation which should be overridden
abstract public getInternal ( string $key, string $cleanKey ) : string | null
$key string
$cleanKey string
return string | null null on failure / cache miss
    public abstract function getInternal($key, $cleanKey);