Creates a FileCache object.
Hierarchy
- class \Drupal\Component\FileCache\FileCacheFactory
File
- core/lib/Drupal/Component/FileCache/FileCacheFactory.php, line 8
Namespace
Drupal\Component\FileCache
Members
Name | Modifiers | Type | Description |
---|---|---|---|
FileCacheFactory::$configuration | protected static | property | The configuration used to create FileCache objects. |
FileCacheFactory::$prefix | protected static | property | The cache prefix. |
FileCacheFactory::DISABLE_CACHE | constant | The configuration key to disable FileCache completely. | |
FileCacheFactory::get | public static | function | Instantiates a FileCache object for a given collection identifier. |
FileCacheFactory::getConfiguration | public static | function | Gets the configuration used for constructing future file cache objects. |
FileCacheFactory::getPrefix | public static | function | Returns the cache prefix. |
FileCacheFactory::setConfiguration | public static | function | Sets the configuration to use for constructing future file cache objects. |
FileCacheFactory::setPrefix | public static | function | Sets the cache prefix that should be used. |
Please login to continue.