You are here

public function DrupalMemcachedInterface::getMulti in Memcache Storage 8

Get the multiple cache items from the memcached pool.

Parameters

array $keys: List of cache keys to receive.

string $cache_bin: Name of the cache bin.

Return value

array List of cached data with cache keys as array keys.

1 call to DrupalMemcachedInterface::getMulti()
DrupalMemcachedBase::get in src/DrupalMemcachedBase.php
Get the cache item from memcached.
2 methods override DrupalMemcachedInterface::getMulti()
DrupalMemcache::getMulti in src/DrupalMemcache.php
Get the multiple cache items from the memcached pool.
DrupalMemcached::getMulti in src/DrupalMemcached.php
Get the multiple cache items from the memcached pool.

File

src/DrupalMemcachedInterface.php, line 106

Class

DrupalMemcachedInterface

Namespace

Drupal\memcache_storage

Code

public function getMulti(array $keys, $cache_bin = '');