Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
yii
caching
Cache
deleteValue
yii\caching\Cache::deleteValue PHP Method
Cache Class Documentation
Show file
Open project: yiisoft/yii2
deleteValue()
abstract
protected
method
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
return
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