FileCacheFactory

Creates a FileCache object.

Hierarchy

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.
doc_Drupal
2016-10-29 09:13:23
Comments
Leave a Comment

Please login to continue.