getValues() protected method
Retrieves multiple values from cache with the specified keys.
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 |
Please login to continue.