Defines the chained fast cache backend factory.
Hierarchy
- class \Drupal\Core\Cache\ChainedFastBackendFactory implements CacheFactoryInterface uses ContainerAwareTrait
File
- core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php, line 10
Namespace
Drupal\Core\Cache
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ChainedFastBackendFactory::$consistentServiceName | protected | property | The service name of the consistent backend factory. |
ChainedFastBackendFactory::$fastServiceName | protected | property | The service name of the fast backend factory. |
ChainedFastBackendFactory::get | public | function | Instantiates a chained, fast cache backend class for a given cache bin. Overrides CacheFactoryInterface::get |
ChainedFastBackendFactory::__construct | public | function | Constructs ChainedFastBackendFactory object. |
ContainerAwareTrait::$container | protected | property | |
ContainerAwareTrait::setContainer | public | function | Sets the container. Overrides ContainerAwareInterface::setContainer |
Please login to continue.