class ChainedFastBackendFactory

Defines the chained fast cache backend factory.

Hierarchy

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

© 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!Core!Cache!ChainedFastBackendFactory.php/class/ChainedFastBackendFactory/8.1.x