BearFramework\App\ICacheDriver::getMultiple

Retrieves multiple values from the cache.
abstract public array getMultiple ( array $keys )
Parameters
keys
The keys under which the values are stored.
Returns
An array (key/value) of found items.
Details
Location: ~/src/App/DataCacheDriver.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.