Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
yii
caching
WinCache
deleteValue
yii\caching\WinCache::deleteValue PHP Method
WinCache Class Documentation
Exibir arquivo
Open project: yiisoft/yii2
deleteValue()
protected
method
Deletes a value with the specified key from cache This is the implementation of the method declared in the parent class.
protected
deleteValue
(
string
$key
) :
boolean
$key
string
the key of the value to be deleted
return
boolean
if no error happens during deletion
protected function deleteValue($key) { return wincache_ucache_delete($key); }
WinCache
addValue
addValues
deleteValue
exists
flushValues
getValue
getValues
setValue
setValues