Search for cacheBackend
- Search 7.x for cacheBackend
- Search 9.5.x for cacheBackend
- Search 8.9.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. |
| CacheBackendDecorator | class | core/ |
Wraps an existing cache backend to track calls to the cache backend. |
| CacheBackendDecorator.php | file | core/ |
|
| CacheBackendDecorator::delete | function | core/ |
Deletes an item from the cache. |
| CacheBackendDecorator::deleteAll | function | core/ |
Deletes all cache items in a bin. |
| CacheBackendDecorator::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
| CacheBackendDecorator::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| CacheBackendDecorator::get | function | core/ |
Returns data from the persistent cache. |
| CacheBackendDecorator::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| CacheBackendDecorator::invalidate | function | core/ |
Marks a cache item as invalid. |
| CacheBackendDecorator::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| CacheBackendDecorator::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| CacheBackendDecorator::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| CacheBackendDecorator::logCacheOperation | function | core/ |
Logs a cache operation. |
| CacheBackendDecorator::removeBin | function | core/ |
Remove a cache bin. |
| CacheBackendDecorator::set | function | core/ |
Stores data in the persistent cache. |
| CacheBackendDecorator::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| 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.