redis\Cache getValues()

getValues() protected method

Retrieves multiple values from cache with the specified keys.

The default implementation calls getValue() multiple times to retrieve the cached values one by one. If the underlying cache storage supports multiget, this method should be overridden to exploit that feature.

protected array getValues ( $keys )
$keys array

A list of keys identifying the cached values

return array

A list of cached values indexed by the keys

doc_Yii
2016-10-30 17:10:44
Comments
Leave a Comment

Please login to continue.