function ApcuFileCacheBackend::fetch

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php \Drupal\Component\FileCache\ApcuFileCacheBackend::fetch()
  2. 8.9.x core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php \Drupal\Component\FileCache\ApcuFileCacheBackend::fetch()
  3. 10 core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php \Drupal\Component\FileCache\ApcuFileCacheBackend::fetch()

Overrides FileCacheBackendInterface::fetch

File

core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php, line 13

Class

ApcuFileCacheBackend
APCu backend for the file cache.

Namespace

Drupal\Component\FileCache

Code

public function fetch(array $cids) {
    return apcu_fetch($cids);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.