multiGet() public method (available since version 2.0.7)
Retrieves multiple values from cache with the specified keys. Some caches (such as memcache, apc) allow retrieving multiple cached values at the same time, which may improve the performance. In case a cache does not support this feature natively, this method will try to simulate it.
public array multiGet ( $keys )$keys
string[]
List of string keys identifying the cached values return array
List of cached values corresponding to