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.
- MemoryBackendFactory::get in core/
lib/ Drupal/ Core/ Cache/ MemoryBackendFactory.php - Gets a cache backend class for a given cache bin.
- MemoryCacheFactory::get in core/
lib/ Drupal/ Core/ Cache/ MemoryCache/ MemoryCacheFactory.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.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.