function ApcuFileCacheBackend::fetch
Same name in other branches
- 9 core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php \Drupal\Component\FileCache\ApcuFileCacheBackend::fetch()
- 10 core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php \Drupal\Component\FileCache\ApcuFileCacheBackend::fetch()
- 11.x 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\FileCacheCode
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.