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 |
---|---|---|---|
ApcuBackendTest::createCacheBackend | function | core/ |
|
ApcuFileCacheBackend | class | core/ |
APCu backend for the file cache. |
ApcuFileCacheBackend.php | file | core/ |
|
ApcuFileCacheBackend::delete | function | core/ |
|
ApcuFileCacheBackend::fetch | function | core/ |
|
ApcuFileCacheBackend::store | function | core/ |
|
BackendChainTest::createCacheBackend | function | core/ |
|
CacheBackendDecorator | class | core/ |
Wraps an existing cache backend to track calls to the cache backend. |
CacheBackendDecorator.php | file | core/ |
|
CacheBackendDecorator::delete | function | core/ |
|
CacheBackendDecorator::deleteAll | function | core/ |
|
CacheBackendDecorator::deleteMultiple | function | core/ |
|
CacheBackendDecorator::garbageCollection | function | core/ |
|
CacheBackendDecorator::get | function | core/ |
|
CacheBackendDecorator::getMultiple | function | core/ |
|
CacheBackendDecorator::invalidate | function | core/ |
|
CacheBackendDecorator::invalidateAll | function | core/ |
|
CacheBackendDecorator::invalidateMultiple | function | core/ |
|
CacheBackendDecorator::invalidateTags | function | core/ |
|
CacheBackendDecorator::logCacheOperation | function | core/ |
Logs a cache operation. |
CacheBackendDecorator::removeBin | function | core/ |
|
CacheBackendDecorator::set | function | core/ |
|
CacheBackendDecorator::setMultiple | function | core/ |
|
CacheBackendDecorator::__construct | function | core/ |
|
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. |
CacheFactoryDecorator::$cacheBackends | property | core/ |
All wrapped cache backends. |
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. |
EntityCacheTagsTestBase::getRenderCacheBackend | function | core/ |
Retrieves the render cache backend as a variation cache. |
EntityFieldManagerTest::$cacheBackend | property | core/ |
The cache backend to use. |
EntityLastInstalledSchemaRepository::$cacheBackend | property | core/ |
The cache backend. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.