Imdb\CacheBase::setInternal PHP Method

setInternal() abstract public method

Specific implementation which should be overridden
abstract public setInternal ( string $key, string $cleanKey, string $value ) : boolean
$key string
$cleanKey string
$value string
return boolean successful?
    public abstract function setInternal($key, $cleanKey, $value);