You are here

public function CacheRawBackendInterface::counterGetMultiple in Supercache 8

Same name and namespace in other branches
  1. 2.0.x src/Cache/CacheRawBackendInterface.php \Drupal\supercache\Cache\CacheRawBackendInterface::counterGetMultiple()

Get multiple counter values at once.

Parameters

array $cids: An array of cache id's to retrieve.

See also

self::getCounter()

3 methods override CacheRawBackendInterface::counterGetMultiple()
ApcuRawBackend::counterGetMultiple in src/Cache/ApcuRawBackend.php
Get multiple counter values at once.
ChainedFastRawBackend::counterGetMultiple in src/Cache/ChainedFastRawBackend.php
Get multiple counter values at once.
DatabaseRawBackend::counterGetMultiple in src/Cache/DatabaseRawBackend.php
Get multiple counter values at once.

File

src/Cache/CacheRawBackendInterface.php, line 219
Contains \Drupal\supercache\Cache\CacheRawBackendInterface.

Class

CacheRawBackendInterface
Defines an interface for cache implementations.

Namespace

Drupal\supercache\Cache

Code

public function counterGetMultiple(array &$cids);