You are here

9 methods override CacheFactoryInterface::get() in Drupal 9

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.
MemoryCounterBackendFactory::get in core/lib/Drupal/Core/Cache/MemoryCounterBackendFactory.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.
UpdateCacheBackendFactory::get in core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php
Gets a cache backend class for a given cache bin.