W3cubDocs

/Drupal 8

class 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::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.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!FileCache!FileCacheFactory.php/class/FileCacheFactory/8.1.x