yii\caching\WinCache::getValues PHP Метод

getValues() защищенный Метод

Retrieves multiple values from cache with the specified keys.
protected getValues ( array $keys ) : array
$keys array a list of keys identifying the cached values
Результат array a list of cached values indexed by the keys
    protected function getValues($keys)
    {
        return wincache_ucache_get($keys);
    }