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 | 
|---|---|---|---|
| ApcuBackendTest::createCacheBackend | function | core/ | Creates a cache backend to test. | 
| ApcuFileCacheBackend | class | core/ | APCu backend for the file cache. | 
| ApcuFileCacheBackend.php | file | core/ | |
| ApcuFileCacheBackend::delete | function | core/ | Deletes data from a cache backend. | 
| ApcuFileCacheBackend::fetch | function | core/ | Fetches data from the cache backend. | 
| ApcuFileCacheBackend::store | function | core/ | Stores data into a cache backend. | 
| BackendChainTest::createCacheBackend | function | core/ | Creates a cache backend to test. | 
| CacheBackendInterface | interface | core/ | Defines an interface for cache implementations. | 
| CacheBackendInterface.php | file | core/ | |
| CacheBackendInterface::CACHE_PERMANENT | constant | core/ | Indicates that the item should never be removed unless explicitly deleted. | 
| CacheBackendInterface::delete | function | core/ | Deletes an item from the cache. | 
| CacheBackendInterface::deleteAll | function | core/ | Deletes all cache items in a bin. | 
| CacheBackendInterface::deleteMultiple | function | core/ | Deletes multiple items from the cache. | 
| CacheBackendInterface::garbageCollection | function | core/ | Performs garbage collection on a cache bin. | 
| CacheBackendInterface::get | function | core/ | Returns data from the persistent cache. | 
| CacheBackendInterface::getMultiple | function | core/ | Returns data from the persistent cache when given an array of cache IDs. | 
| CacheBackendInterface::invalidate | function | core/ | Marks a cache item as invalid. | 
| CacheBackendInterface::invalidateAll | function | core/ | Marks all cache items as invalid. | 
| CacheBackendInterface::invalidateMultiple | function | core/ | Marks cache items as invalid. | 
| CacheBackendInterface::removeBin | function | core/ | Remove a cache bin. | 
| CacheBackendInterface::set | function | core/ | Stores data in the persistent cache. | 
| CacheBackendInterface::setMultiple | function | core/ | Store multiple items in the persistent cache. | 
| CacheCollectorTest::$cacheBackend | property | core/ | The cache backend that should be used. | 
| ChainedFastBackendTest::createCacheBackend | function | core/ | Creates a new instance of ChainedFastBackend. | 
| ContentEntityStorageBase::$cacheBackend | property | core/ | Cache backend. | 
| ContextualLinkManagerTest::$cacheBackend | property | core/ | The cache backend used in the test. | 
| DatabaseBackendTest::createCacheBackend | function | core/ | Creates a new instance of DatabaseBackend. | 
| DatabaseBackendTest::testCacheBackendDatabaseIsBackendOverridable | function | core/ | Test that the service "cache.backend.database" is backend overridable. | 
| DefaultPluginManager::setCacheBackend | function | core/ | Initialize the cache backend. | 
| EntityFieldManagerTest::$cacheBackend | property | core/ | The cache backend to use. | 
| EntityLastInstalledSchemaRepository::$cacheBackend | property | core/ | The cache backend. | 
| 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. | 
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
