Search for cacheBackend

  1. Search 7.x for cacheBackend
  2. Search 9.5.x for cacheBackend
  3. Search 8.9.x for cacheBackend
  4. Search 11.x for cacheBackend
  5. Other projects
Title Object type File name Summary
ApcuBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php Creates a cache backend to test.
ApcuFileCacheBackend class core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php APCu backend for the file cache.
ApcuFileCacheBackend.php file core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php
ApcuFileCacheBackend::delete function core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php Deletes data from a cache backend.
ApcuFileCacheBackend::fetch function core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php Fetches data from the cache backend.
ApcuFileCacheBackend::store function core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php Stores data into a cache backend.
BackendChainTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php Creates a cache backend to test.
CacheBackendDecorator class core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Wraps an existing cache backend to track calls to the cache backend.
CacheBackendDecorator.php file core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php
CacheBackendDecorator::delete function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Deletes an item from the cache.
CacheBackendDecorator::deleteAll function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Deletes all cache items in a bin.
CacheBackendDecorator::deleteMultiple function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Deletes multiple items from the cache.
CacheBackendDecorator::garbageCollection function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Performs garbage collection on a cache bin.
CacheBackendDecorator::get function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Returns data from the persistent cache.
CacheBackendDecorator::getMultiple function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Returns data from the persistent cache when given an array of cache IDs.
CacheBackendDecorator::invalidate function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Marks a cache item as invalid.
CacheBackendDecorator::invalidateAll function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Marks all cache items as invalid.
CacheBackendDecorator::invalidateMultiple function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Marks cache items as invalid.
CacheBackendDecorator::invalidateTags function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php
CacheBackendDecorator::logCacheOperation function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Logs a cache operation.
CacheBackendDecorator::removeBin function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Remove a cache bin.
CacheBackendDecorator::set function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Stores data in the persistent cache.
CacheBackendDecorator::setMultiple function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php Store multiple items in the persistent cache.
CacheBackendDecorator::__construct function core/modules/system/tests/modules/performance_test/src/Cache/CacheBackendDecorator.php
CacheBackendInterface interface core/lib/Drupal/Core/Cache/CacheBackendInterface.php Defines an interface for cache implementations.
CacheBackendInterface.php file core/lib/Drupal/Core/Cache/CacheBackendInterface.php
CacheBackendInterface::CACHE_PERMANENT constant core/lib/Drupal/Core/Cache/CacheBackendInterface.php Indicates that the item should never be removed unless explicitly deleted.
CacheBackendInterface::delete function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Deletes an item from the cache.
CacheBackendInterface::deleteAll function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Deletes all cache items in a bin.
CacheBackendInterface::deleteMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Deletes multiple items from the cache.
CacheBackendInterface::garbageCollection function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Performs garbage collection on a cache bin.
CacheBackendInterface::get function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Returns data from the persistent cache.
CacheBackendInterface::getMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Returns data from the persistent cache when given an array of cache IDs.
CacheBackendInterface::invalidate function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Marks a cache item as invalid.
CacheBackendInterface::invalidateAll function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Marks all cache items as invalid.
CacheBackendInterface::invalidateMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Marks cache items as invalid.
CacheBackendInterface::removeBin function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Remove a cache bin.
CacheBackendInterface::set function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Stores data in the persistent cache.
CacheBackendInterface::setMultiple function core/lib/Drupal/Core/Cache/CacheBackendInterface.php Store multiple items in the persistent cache.
CacheCollectorTest::$cacheBackend property core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php The cache backend that should be used.
CacheFactoryDecorator::$cacheBackends property core/modules/system/tests/modules/performance_test/src/Cache/CacheFactoryDecorator.php All wrapped cache backends.
ChainedFastBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php Creates a new instance of ChainedFastBackend.
ContentEntityStorageBase::$cacheBackend property core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Cache backend.
ContextualLinkManagerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php The cache backend used in the test.
DatabaseBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php Creates a new instance of DatabaseBackend.
DatabaseBackendTest::testCacheBackendDatabaseIsBackendOverridable function core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php Test that the service "cache.backend.database" is backend overridable.
DefaultPluginManager::setCacheBackend function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Initialize the cache backend.
EntityCacheTagsTestBase::getRenderCacheBackend function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Retrieves the render cache backend as a variation cache.
EntityFieldManagerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The cache backend to use.
EntityLastInstalledSchemaRepository::$cacheBackend property core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php The cache backend.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.