BearFramework\App\ICacheDriver::setMultiple

Stores multiple values in the cache.
abstract public void setMultiple ( array $items [, int $ttl ] )
Parameters
items
An array of key/value pairs to store in the cache.
ttl
Number of seconds to store values in the cache.
Returns
No value is returned.
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.