yii\caching\Cache::deleteValue PHP 메소드

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

Deletes a value with the specified key from cache This method should be implemented by child classes to delete the data from actual cache storage.
abstract protected deleteValue ( string $key ) : boolean
$key string the key of the value to be deleted
리턴 boolean if no error happens during deletion
    protected abstract function deleteValue($key);