Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
yii
caching
WinCache
getValues
yii\caching\WinCache::getValues PHP Method
WinCache Class Documentation
Mostrar archivo
Open project: yiisoft/yii2
getValues()
protected
method
Retrieves multiple values from cache with the specified keys.
protected
getValues
(
array
$keys
) :
array
$keys
array
a list of keys identifying the cached values
return
array
a list of cached values indexed by the keys
protected function getValues($keys) { return wincache_ucache_get($keys); }
WinCache
addValue
addValues
deleteValue
exists
flushValues
getValue
getValues
setValue
setValues