namespace Drupal\Component\FileCache

Same name in other branches
  1. 10 Drupal\Component\FileCache
  2. 9 Drupal\Component\FileCache
  3. 8.9.x Drupal\Component\FileCache
Object name File name Summary
ApcuFileCacheBackend core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php APCu backend for the file cache.
FileCache core/lib/Drupal/Component/FileCache/FileCache.php Allows to cache data based on file modification dates.
FileCacheBackendInterface core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php Defines an interface inspired by APCu for FileCache backends.
FileCacheFactory core/lib/Drupal/Component/FileCache/FileCacheFactory.php Creates a FileCache object.
FileCacheInterface core/lib/Drupal/Component/FileCache/FileCacheInterface.php Interface for objects that allow caching file data.
NullFileCache core/lib/Drupal/Component/FileCache/NullFileCache.php Null implementation for the file cache.

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