Search for cacheBackend
- Search 7.x for cacheBackend
- Search 9.5.x for cacheBackend
- Search 8.9.x for cacheBackend
- Search 10.3.x for cacheBackend
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityTypeBundleInfoTest::$cacheBackend | property | core/ |
The cache backend to use. |
EntityTypeManagerTest::$cacheBackend | property | core/ |
The cache backend. |
FieldDefinitionListener::$cacheBackend | property | core/ |
Cache backend instance. |
FieldDefinitionListenerTest::$cacheBackend | property | core/ |
The cache backend. |
FileCacheBackendInterface | interface | core/ |
Defines an interface inspired by APCu for FileCache backends. |
FileCacheBackendInterface.php | file | core/ |
|
FileCacheBackendInterface::delete | function | core/ |
Deletes data from a cache backend. |
FileCacheBackendInterface::fetch | function | core/ |
Fetches data from the cache backend. |
FileCacheBackendInterface::store | function | core/ |
Stores data into a cache backend. |
GenericCacheBackendUnitTestBase | class | core/ |
Tests any cache backend. |
GenericCacheBackendUnitTestBase.php | file | core/ |
|
GenericCacheBackendUnitTestBase::$cacheBackends | property | core/ |
Array of objects implementing Drupal\Core\Cache\CacheBackendInterface. |
GenericCacheBackendUnitTestBase::$defaultValue | property | core/ |
Random value to use in tests. |
GenericCacheBackendUnitTestBase::$testBin | property | core/ |
Cache bin to use for testing. |
GenericCacheBackendUnitTestBase::createCacheBackend | function | core/ |
Creates a cache backend to test. |
GenericCacheBackendUnitTestBase::getCacheBackend | function | core/ |
Gets a backend to test; this will get a shared instance set in the object. |
GenericCacheBackendUnitTestBase::getTestBin | function | core/ |
Gets the testing bin. |
GenericCacheBackendUnitTestBase::setUp | function | core/ |
|
GenericCacheBackendUnitTestBase::setUpCacheBackend | function | core/ |
Allows specific implementation to change the environment before a test run. |
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 @covers \Drupal\Core\Cache\BackendChain::deleteMultiple @covers \Drupal\Core\Cache\ChainedFastBackend::deleteMultiple @covers \Drupal\Core\Cache\DatabaseBackend::deleteMultiple @covers… |
GenericCacheBackendUnitTestBase::testGetMultiple | function | core/ |
Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple(). |
GenericCacheBackendUnitTestBase::testInvalidate | function | core/ |
@covers \Drupal\Core\Cache\ApcuBackend::getMultiple @covers \Drupal\Core\Cache\BackendChain::getMultiple @covers \Drupal\Core\Cache\ChainedFastBackend::getMultiple @covers \Drupal\Core\Cache\DatabaseBackend::getMultiple @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. |
InvalidatingCacheBackendInterface | interface | core/ |
|
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. |
PhpBackendTest::createCacheBackend | function | core/ |
Creates a new instance of MemoryBackend. |
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/ |
|
StaticFileCacheBackend::fetch | function | core/ |
|
StaticFileCacheBackend::reset | function | core/ |
Allows tests to reset the static cache to avoid side effects. |
StaticFileCacheBackend::store | function | core/ |
|
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/ |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.