Imdb\CacheBase::getInternal PHP 메소드

getInternal() 추상적인 공개 메소드

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