class CustomFileCache
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php \Drupal\Tests\Component\FileCache\CustomFileCache
Hierarchy
- class \Drupal\Component\FileCache\FileCache extends \Drupal\Component\FileCache\FileCacheInterface
- class \Drupal\Tests\Component\FileCache\CustomFileCache implements \Drupal\Component\FileCache\FileCache
Expanded class hierarchy of CustomFileCache
File
-
core/
tests/ Drupal/ Tests/ Component/ FileCache/ FileCacheFactoryTest.php, line 183
Namespace
Drupal\Tests\Component\FileCacheView 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 | Deletes data from the cache. | Overrides FileCacheInterface::delete |
FileCache::get | public | function | Gets data based on a filename. | Overrides FileCacheInterface::get |
FileCache::getMultiple | public | function | Gets data based on filenames. | Overrides FileCacheInterface::getMultiple |
FileCache::reset | public static | function | Resets the static cache. | |
FileCache::set | public | function | Stores data based on a filename. | 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.