public function DrupalMemcachedInterface::setMulti in Memcache Storage 8
Bulk set if cache items to the memcached pool.
Parameters
array $items: List of cache items.
string $cache_bin: Name of the cache bin.
1 call to DrupalMemcachedInterface::setMulti()
- DrupalMemcachedBase::set in src/
DrupalMemcachedBase.php - Set the cache to the memcached.
2 methods override DrupalMemcachedInterface::setMulti()
- DrupalMemcache::setMulti in src/
DrupalMemcache.php - Bulk set if cache items to the memcached pool.
- DrupalMemcached::setMulti in src/
DrupalMemcached.php - Bulk set if cache items to the memcached pool.
File
- src/
DrupalMemcachedInterface.php, line 78
Class
Namespace
Drupal\memcache_storageCode
public function setMulti(array $items, $cache_bin = '');