class CustomFileCache

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php \Drupal\Tests\Component\FileCache\CustomFileCache
  2. main core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php \Drupal\Tests\Component\FileCache\CustomFileCache

Hierarchy

Expanded class hierarchy of CustomFileCache

File

core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php, line 183

Namespace

Drupal\Tests\Component\FileCache
View source
class CustomFileCache extends FileCache {

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
FileCache::$cache protected property The cache backend backing this FileCache object.
FileCache::$cached protected static property Static cache that contains already loaded cache entries.
FileCache::$collection protected property The collection identifier of this cache.
FileCache::$prefix protected property Prefix that is used for cache entries.
FileCache::delete public function Overrides FileCacheInterface::delete
FileCache::get public function Overrides FileCacheInterface::get
FileCache::getMultiple public function Overrides FileCacheInterface::getMultiple
FileCache::reset public static function Resets the static cache.
FileCache::set public function Overrides FileCacheInterface::set
FileCache::__construct public function Constructs a FileCache object.

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