You are here

7 methods override CacheFactoryInterface::get() in Zircon Profile 8.0

ApcuBackendFactory::get in core/lib/Drupal/Core/Cache/ApcuBackendFactory.php
Gets ApcuBackend for the specified cache bin.
CacheFactory::get in core/lib/Drupal/Core/Cache/CacheFactory.php
Instantiates a cache backend class for a given cache bin.
ChainedFastBackendFactory::get in core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php
Instantiates a chained, fast cache backend class for a given cache bin.
DatabaseBackendFactory::get in core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php
Gets DatabaseBackend for the specified cache bin.
MemoryBackendFactory::get in core/lib/Drupal/Core/Cache/MemoryBackendFactory.php
Gets a cache backend class for a given cache bin.
NullBackendFactory::get in core/lib/Drupal/Core/Cache/NullBackendFactory.php
Gets a cache backend class for a given cache bin.
PhpBackendFactory::get in core/lib/Drupal/Core/Cache/PhpBackendFactory.php
Gets PhpBackend for the specified cache bin.