Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
yii
caching
Cache
deleteValue
yii\caching\Cache::deleteValue PHP Метод
Документация по классу Cache
Показать файл
Открыть проект
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);
Cache
add
addValue
addValues
buildKey
delete
deleteValue
exists
flush
flushValues
get
getValue
getValues
madd
mget
mset
multiAdd
multiGet
multiSet
offsetExists
offsetGet
offsetSet
offsetUnset
set
setValue
setValues