Jarves\Cache\Backend\AbstractCache::doSet PHP 메소드

doSet() 추상적인 보호된 메소드

Sets data for a key with a timeout.
abstract protected doSet ( string $pKey, mixed $pValue, integer $pTimeout = null ) : boolean
$pKey string
$pValue mixed
$pTimeout integer
리턴 boolean
    protected abstract function doSet($pKey, $pValue, $pTimeout = null);