Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 8.9.x for on
  4. Search 10.3.x for on
  5. Other projects
Title Object type File name Summary
CacheContextsManagerTest::validateTokensProvider function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Provides a list of cache context token arrays.
CacheContextsPass class core/lib/Drupal/Core/Cache/Context/CacheContextsPass.php Adds cache_contexts parameter to the container.
CacheContextsPass.php file core/lib/Drupal/Core/Cache/Context/CacheContextsPass.php
CacheContextsPass::process function core/lib/Drupal/Core/Cache/Context/CacheContextsPass.php Implements CompilerPassInterface::process().
CachedDiscoveryClearer::clearCachedDefinitions function core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php Clears the cache on all cached discoveries.
CachedDiscoveryClearer::__construct function core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php Constructs the CachedDiscoveryClearer service.
CachedDiscoveryClearerInterface::clearCachedDefinitions function core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php Clears the cache on all cached discoveries.
CachedDiscoveryInterface::clearCachedDefinitions function core/lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php Clears static and persistent plugin definition caches.
CachedStorage::createCollection function core/lib/Drupal/Core/Config/CachedStorage.php Creates a collection on the storage.
CachedStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/CachedStorage.php Gets the existing collections.
CachedStorage::getCollectionName function core/lib/Drupal/Core/Config/CachedStorage.php Gets the name of the current collection the storage is using.
CachedStorage::getCollectionPrefix function core/lib/Drupal/Core/Config/CachedStorage.php Returns a cache ID prefix to use for the collection.
CachedStorage::__construct function core/lib/Drupal/Core/Config/CachedStorage.php Constructs a new CachedStorage.
CachedStrategy::__construct function core/lib/Drupal/Core/Render/Placeholder/CachedStrategy.php
CacheFactory::$container property core/lib/Drupal/Core/Cache/CacheFactory.php The service container.
CacheFactory::setContainer function core/lib/Drupal/Core/Cache/CacheFactory.php Sets the service container.
CacheFactory::__construct function core/lib/Drupal/Core/Cache/CacheFactory.php Constructs CacheFactory object.
CacheFactoryDecorator::__construct function core/modules/system/tests/modules/performance_test/src/Cache/CacheFactoryDecorator.php
CacheItem::__construct function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php
CacheOptionalInterface interface core/lib/Drupal/Core/Cache/CacheOptionalInterface.php Indicates that caching is optional.
CacheOptionalInterface.php file core/lib/Drupal/Core/Cache/CacheOptionalInterface.php
CachePreWarmer::preWarmOneCache function core/lib/Drupal/Core/PreWarm/CachePreWarmer.php Prewarms one PreWarmable service.
CachePreWarmer::__construct function core/lib/Drupal/Core/PreWarm/CachePreWarmer.php
CachePreWarmerInterface::preWarmOneCache function core/lib/Drupal/Core/PreWarm/CachePreWarmerInterface.php Prewarms one PreWarmable service.
CachePreWarmerTest::testPreWarmByOne function core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php @covers ::preWarmOneCache[[api-linebreak]]
CachePreWarmerTest::testPreWarmOnlyOne function core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php @covers ::preWarmOneCache[[api-linebreak]]
CacheRedirect::__construct function core/lib/Drupal/Core/Cache/CacheRedirect.php Constructs a CacheRedirect object.
CacheRouterRebuildSubscriber::onRouterFinished function core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php
CacheTagOperation.php file core/modules/system/tests/modules/performance_test/src/Cache/CacheTagOperation.php
CacheTagPreloadSubscriber::onRequest function core/lib/Drupal/Core/Cache/EventSubscriber/CacheTagPreloadSubscriber.php Preloads frequently used cache tags.
CacheTagPreloadSubscriber::__construct function core/lib/Drupal/Core/Cache/EventSubscriber/CacheTagPreloadSubscriber.php
CacheTagsChecksumDecorator::logCacheTagOperation function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php Logs a cache tag operation.
CacheTagsChecksumDecorator::__construct function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php
CacheTagsChecksumInterface::INVALID_CHECKSUM_WHILE_IN_TRANSACTION constant core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php The invalid checksum returned if a database transaction is in progress.
CacheTagsChecksumTrait::getDatabaseConnection function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Returns the database connection.
CacheTagsChecksumTrait::getTagInvalidationCounts function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Fetches invalidation counts for cache tags.
CacheTagsChecksumTrait::rootTransactionEndCallback function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Callback to be invoked just after a database transaction gets committed.
CacheTest::mergeCacheContextsProvide function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of pairs of cache contexts arrays to be merged.
CacheTest::testCacheContextIntegration function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests the cache context integration for views result cache.
CacheTest::testMergeCacheContexts function core/tests/Drupal/Tests/Core/Cache/CacheTest.php @covers ::mergeContexts[[api-linebreak]]
CacheTest::testNoneResultCaching function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests no caching.
CacheTestController class core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php Controller routines for cache_test routes.
CacheTestController.php file core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php
CacheTestController::bundleTags function core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php Bundle listing tags invalidation.
CacheTestController::urlBubbling function core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php Early renders a URL to test bubbleable metadata bubbling.
CacheTestTrait::getDefaultVariationCache function core/modules/system/tests/src/Traits/CacheTestTrait.php Retrieves the default cache backend as a variation cache.
CacheTestTrait::getRenderVariationCache function core/modules/system/tests/src/Traits/CacheTestTrait.php Retrieves the render cache backend as a variation cache.
CacheWebTest::testCacheOutputOnPage function core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php Tests the output caching on an actual page.
cache_context.config_override_integration_test service core/modules/config/tests/config_override_integration_test/config_override_integration_test.services.yml Drupal\config_override_integration_test\Cache\ConfigOverrideIntegrationTestCacheContext
cache_context.cookies service core/core.services.yml Drupal\Core\Cache\Context\CookiesCacheContext

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