Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 11.x for end
  5. Other projects
Title Object type File name Summary
CacheCollectorTest::$cacheBackend property core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php The cache backend that should be used.
CacheFactory::$defaultBinBackends property core/lib/Drupal/Core/Cache/CacheFactory.php A map of cache bin to default cache backend service name.
CacheFactory::$memoryDefaultBinBackends property core/lib/Drupal/Core/Cache/CacheFactory.php A map of cache bin to default cache memory backend service name.
CacheFactoryDecorator::$cacheBackends property core/modules/system/tests/modules/performance_test/src/Cache/CacheFactoryDecorator.php All wrapped cache backends.
CacheFactoryTest::testCacheFactoryWithCustomizedDefaultBackend function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory falls back to customized default service.
CacheFactoryTest::testCacheFactoryWithDefaultBinBackend function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory uses the correct default bin backend.
CacheFactoryTest::testCacheFactoryWithSpecifiedPerBinBackend function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory picks the correct per-bin service.
CachePluginBase::postRender function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Post process any rendered data.
CacheTagsChecksumTrait::rootTransactionEndCallback function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Callback to be invoked just after a database transaction gets committed.
CacheTagTest::getRenderCache function core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php Gets the render cache for a given view.
CallsDestructableServiceController::render function core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php Render callback.
ChainedFastBackend class core/lib/Drupal/Core/Cache/ChainedFastBackend.php Defines a backend with a fast and a consistent backend chain.
ChainedFastBackend.php file core/lib/Drupal/Core/Cache/ChainedFastBackend.php
ChainedFastBackend::$bin property core/lib/Drupal/Core/Cache/ChainedFastBackend.php
ChainedFastBackend::$consistentBackend property core/lib/Drupal/Core/Cache/ChainedFastBackend.php The consistent cache backend.
ChainedFastBackend::$fastBackend property core/lib/Drupal/Core/Cache/ChainedFastBackend.php The fast cache backend.
ChainedFastBackend::$lastWriteTimestamp property core/lib/Drupal/Core/Cache/ChainedFastBackend.php The time at which the last write to this cache bin happened.
ChainedFastBackend::delete function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Deletes an item from the cache.
ChainedFastBackend::deleteAll function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Deletes all cache items in a bin.
ChainedFastBackend::deleteMultiple function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Deletes multiple items from the cache.
ChainedFastBackend::garbageCollection function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Performs garbage collection on a cache bin.
ChainedFastBackend::get function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Returns data from the persistent cache.
ChainedFastBackend::getLastWriteTimestamp function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Gets the last write timestamp.
ChainedFastBackend::getMultiple function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Returns data from the persistent cache when given an array of cache IDs.
ChainedFastBackend::invalidate function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Marks a cache item as invalid.
ChainedFastBackend::invalidateAll function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Marks all cache items as invalid.
ChainedFastBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Marks cache items as invalid.
ChainedFastBackend::invalidateTags function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Marks cache items with any of the specified tags as invalid.
ChainedFastBackend::LAST_WRITE_TIMESTAMP_PREFIX constant core/lib/Drupal/Core/Cache/ChainedFastBackend.php Cache key prefix for the bin-specific entry to track the last write.
ChainedFastBackend::markAsOutdated function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Marks the fast cache bin as outdated because of a write.
ChainedFastBackend::removeBin function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Remove a cache bin.
ChainedFastBackend::reset function core/lib/Drupal/Core/Cache/ChainedFastBackend.php @todo Document in https://www.drupal.org/node/2311945.
ChainedFastBackend::set function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Stores data in the persistent cache.
ChainedFastBackend::setMultiple function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Store multiple items in the persistent cache.
ChainedFastBackend::__construct function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Constructs a ChainedFastBackend object.
ChainedFastBackendFactory class core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Defines the chained fast cache backend factory.
ChainedFastBackendFactory.php file core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php
ChainedFastBackendFactory::$consistentServiceName property core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php The service name of the consistent backend factory.
ChainedFastBackendFactory::$container property core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php The service container.
ChainedFastBackendFactory::$fastServiceName property core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php The service name of the fast backend factory.
ChainedFastBackendFactory::get function core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Instantiates a chained, fast cache backend class for a given cache bin.
ChainedFastBackendFactory::setContainer function core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Sets the service container.
ChainedFastBackendFactory::__construct function core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Constructs ChainedFastBackendFactory object.
ChainedFastBackendFactoryTest class core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php @coversDefaultClass \Drupal\Core\Cache\ChainedFastBackendFactory[[api-linebreak]]
@group Cache
ChainedFastBackendFactoryTest.php file core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php
ChainedFastBackendFactoryTest::testDifferentServices function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php Test if different names are provided for consistent and fast services.
ChainedFastBackendFactoryTest::testIdenticalService function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendFactoryTest.php Test if the same name is provided for consistent and fast services.
ChainedFastBackendTest class core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php Unit test of the fast chained backend using the generic cache unit test base.
ChainedFastBackendTest class core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php @coversDefaultClass \Drupal\Core\Cache\ChainedFastBackend[[api-linebreak]]
@group Cache
ChainedFastBackendTest.php file core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php

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