Search for cacheBackend
- Search 7.x for cacheBackend
- Search 8.9.x for cacheBackend
- Search 10.3.x for cacheBackend
- Search 11.x for cacheBackend
- Other projects
| Title | Object type | File name | Summary | 
|---|---|---|---|
| GenericCacheBackendUnitTestBase::tearDown | function | core/ | |
| GenericCacheBackendUnitTestBase::tearDownCacheBackend | function | core/ | Allows alteration of environment after a test run but before tear down. | 
| GenericCacheBackendUnitTestBase::testDelete | function | core/ | Tests Drupal\Core\Cache\CacheBackendInterface::delete(). | 
| GenericCacheBackendUnitTestBase::testDeleteAll | function | core/ | Tests Drupal\Core\Cache\CacheBackendInterface::deleteAll(). | 
| GenericCacheBackendUnitTestBase::testDeleteMultiple | function | core/ | @covers \Drupal\Core\Cache\ApcuBackend::deleteMultiple[[api-linebreak]] @covers \Drupal\Core\Cache\BackendChain::deleteMultiple[[api-linebreak]] @covers \Drupal\Core\Cache\ChainedFastBackend::deleteMultiple[[api-linebreak]] @covers… | 
| GenericCacheBackendUnitTestBase::testGetMultiple | function | core/ | Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple(). | 
| GenericCacheBackendUnitTestBase::testInvalidate | function | core/ | @covers \Drupal\Core\Cache\ApcuBackend::getMultiple[[api-linebreak]] @covers \Drupal\Core\Cache\BackendChain::getMultiple[[api-linebreak]] @covers \Drupal\Core\Cache\ChainedFastBackend::getMultiple[[api-linebreak]] @covers… | 
| GenericCacheBackendUnitTestBase::testInvalidateAll | function | core/ | Tests Drupal\Core\Cache\CacheBackendInterface::invalidateAll(). | 
| GenericCacheBackendUnitTestBase::testInvalidateTags | function | core/ | Tests Drupal\Core\Cache\CacheBackendInterface::invalidateTags(). | 
| GenericCacheBackendUnitTestBase::testRemoveBin | function | core/ | Tests Drupal\Core\Cache\CacheBackendInterface::removeBin(). | 
| GenericCacheBackendUnitTestBase::testSetGet | function | core/ | Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface. | 
| GenericCacheBackendUnitTestBase::testSetMultiple | function | core/ | Tests \Drupal\Core\Cache\CacheBackendInterface::setMultiple(). | 
| GenericCacheBackendUnitTestBase::testValueTypeIsKept | function | core/ | Tests data type preservation. | 
| LayoutPluginManagerTest::$cacheBackend | property | core/ | Cache backend instance. | 
| LocalActionManagerTest::$cacheBackend | property | core/ | The mocked cache backend. | 
| LocalTaskManagerTest::$cacheBackend | property | core/ | The cache backend used in the test. | 
| MemoryBackendTest::createCacheBackend | function | core/ | Creates a new instance of MemoryBackend. | 
| MenuTreeStorage::$menuCacheBackend | property | core/ | Cache backend instance for the extracted tree data. | 
| ModuleHandler::$cacheBackend | property | core/ | Cache backend for storing module hook implementation information. | 
| ModuleHandlerTest::$cacheBackend | property | core/ | The mocked cache backend. | 
| PhpBackendTest::createCacheBackend | function | core/ | Creates a new instance of MemoryBackend. | 
| ResourceFetcher::$cacheBackend | property | core/ | The cache backend. | 
| StaticFileCacheBackend | class | core/ | Allows to cache data based on file modification dates in a static cache. | 
| StaticFileCacheBackend.php | file | core/ | |
| StaticFileCacheBackend::$bin | property | core/ | Bin used for storing the data in the static cache. | 
| StaticFileCacheBackend::$cache | property | core/ | Internal static cache. | 
| StaticFileCacheBackend::delete | function | core/ | Deletes data from a cache backend. | 
| StaticFileCacheBackend::fetch | function | core/ | Fetches data from the cache backend. | 
| StaticFileCacheBackend::reset | function | core/ | Allows tests to reset the static cache to avoid side effects. | 
| StaticFileCacheBackend::store | function | core/ | Stores data into a cache backend. | 
| StaticFileCacheBackend::__construct | function | core/ | Constructs a PHP Storage FileCache backend. | 
| UpdateCacheBackendFactory | class | core/ | Cache factory implementation for use during Drupal database updates. | 
| UpdateCacheBackendFactory.php | file | core/ | |
| UpdateCacheBackendFactory::$bins | property | core/ | Instantiated update cache bins. | 
| UpdateCacheBackendFactory::$cacheFactory | property | core/ | The regular runtime cache_factory service. | 
| UpdateCacheBackendFactory::get | function | core/ | Gets a cache backend class for a given cache bin. | 
| UpdateCacheBackendFactory::__construct | function | core/ | UpdateCacheBackendFactory constructor. | 
| UrlResolver::$cacheBackend | property | core/ | The cache backend. | 
| UseCacheBackendTrait | trait | core/ | Provides methods to use a cache backend while respecting a 'use caches' flag. | 
| UseCacheBackendTrait.php | file | core/ | |
| UseCacheBackendTrait::$cacheBackend | property | core/ | Cache backend instance. | 
| UseCacheBackendTrait::$useCaches | property | core/ | Flag whether caches should be used or skipped. | 
| UseCacheBackendTrait::cacheGet | function | core/ | Fetches from the cache backend, respecting the use caches flag. | 
| UseCacheBackendTrait::cacheSet | function | core/ | Stores data in the persistent cache, respecting the use caches flag. | 
| ViewsData::$cacheBackend | property | core/ | The cache backend to use. | 
| ViewsDataTest::$cacheBackend | property | core/ | The mocked cache backend. | 
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
