function CacheFactoryInterface::get

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Cache/CacheFactoryInterface.php \Drupal\Core\Cache\CacheFactoryInterface::get()
  2. 8.9.x core/lib/Drupal/Core/Cache/CacheFactoryInterface.php \Drupal\Core\Cache\CacheFactoryInterface::get()
  3. 10 core/lib/Drupal/Core/Cache/CacheFactoryInterface.php \Drupal\Core\Cache\CacheFactoryInterface::get()

Gets a cache backend class for a given cache bin.

Parameters

string $bin: The cache bin for which a cache backend object should be returned.

Return value

\Drupal\Core\Cache\CacheBackendInterface The cache backend object associated with the specified bin.

11 methods override CacheFactoryInterface::get()
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.
CacheFactoryDecorator::get in core/modules/system/tests/modules/performance_test/src/Cache/CacheFactoryDecorator.php
Gets 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.

... See full list

File

core/lib/Drupal/Core/Cache/CacheFactoryInterface.php, line 19

Class

CacheFactoryInterface
An interface defining cache factory classes.

Namespace

Drupal\Core\Cache

Code

public function get($bin);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.