Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
cache.config service core/core.services.yml Drupal\Core\Cache\CacheBackendInterface
cache.data service core/core.services.yml Drupal\Core\Cache\CacheBackendInterface
cache.default service core/core.services.yml Drupal\Core\Cache\CacheBackendInterface
cache.discovery service core/core.services.yml Drupal\Core\Cache\CacheBackendInterface
cache.discovery_migration service core/modules/migrate/migrate.services.yml Drupal\Core\Cache\CacheBackendInterface
cache.dynamic_page_cache service core/modules/dynamic_page_cache/dynamic_page_cache.services.yml Drupal\Core\Cache\CacheBackendInterface
cache.entity service core/core.services.yml Drupal\Core\Cache\CacheBackendInterface
cache.jsonapi_memory service core/modules/jsonapi/jsonapi.services.yml Drupal\Core\Cache\MemoryCache\MemoryCacheInterface
cache.jsonapi_normalizations service core/modules/jsonapi/jsonapi.services.yml Drupal\Core\Cache\CacheBackendInterface
cache.jsonapi_resource_types service core/modules/jsonapi/jsonapi.services.yml Drupal\Core\Cache\BackendChain
cache.memory service core/core.services.yml Drupal\Core\Cache\MemoryCache\MemoryCacheInterface
cache.menu service core/core.services.yml Drupal\Core\Cache\CacheBackendInterface
cache.migrate service core/modules/migrate/migrate.services.yml Drupal\Core\Cache\CacheBackendInterface
cache.page service core/modules/page_cache/page_cache.services.yml Drupal\Core\Cache\CacheBackendInterface
Cache.php file core/lib/Drupal/Core/Cache/Cache.php
cache.render service core/core.services.yml Drupal\Core\Cache\CacheBackendInterface
cache.rest service core/modules/rest/rest.services.yml Drupal\Core\Cache\CacheBackendInterface
cache.static service core/core.services.yml Drupal\Core\Cache\CacheBackendInterface
cache.toolbar service core/modules/toolbar/toolbar.services.yml Drupal\Core\Cache\CacheBackendInterface
Cache::buildTags function core/lib/Drupal/Core/Cache/Cache.php Build a list of cache tags from a given prefix and an array of suffixes.
Cache::getBins function core/lib/Drupal/Core/Cache/Cache.php Gets all cache bin services.
Cache::getMemoryBins function core/lib/Drupal/Core/Cache/Cache.php Gets all memory cache bin services.
Cache::invalidateTags function core/lib/Drupal/Core/Cache/Cache.php Marks cache items from all bins with any of the specified tags as invalid.
Cache::mergeContexts function core/lib/Drupal/Core/Cache/Cache.php Merges lists of cache contexts and removes duplicates.
Cache::mergeMaxAges function core/lib/Drupal/Core/Cache/Cache.php Merges max-age values (expressed in seconds), finds the lowest max-age.
Cache::mergeTags function core/lib/Drupal/Core/Cache/Cache.php Merges lists of cache tags and removes duplicates.
Cache::PERMANENT constant core/lib/Drupal/Core/Cache/Cache.php Indicates that the item should never be removed unless explicitly deleted.
CacheabilityMetadataConfigOverride class core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php Test implementation of a config override that provides cacheability metadata.
CacheabilityMetadataConfigOverride.php file core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php
CacheabilityMetadataConfigOverride::createConfigObject function core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php Creates a configuration object for use during install and synchronization.
CacheabilityMetadataConfigOverride::getCacheableMetadata function core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php Gets the cacheability metadata associated with the config factory override.
CacheabilityMetadataConfigOverride::getCacheSuffix function core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php The string to append to the configuration static cache name.
CacheabilityMetadataConfigOverride::loadOverrides function core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php Returns config overrides.
CacheabilityMetadataConfigOverrideIntegrationTest class core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php Tests if configuration overrides correctly affect cacheability metadata.
CacheabilityMetadataConfigOverrideIntegrationTest.php file core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php
CacheabilityMetadataConfigOverrideIntegrationTest::$defaultTheme property core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php The theme to install as the default for testing.
CacheabilityMetadataConfigOverrideIntegrationTest::$modules property core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php Modules to install.
CacheabilityMetadataConfigOverrideIntegrationTest::setUp function core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php
CacheabilityMetadataConfigOverrideIntegrationTest::testConfigOverride function core/modules/config/tests/src/Functional/CacheabilityMetadataConfigOverrideIntegrationTest.php Tests if config overrides correctly set cacheability metadata.
CacheabilityMetadataConfigOverrideTest class core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php Tests if configuration overrides correctly affect cacheability metadata.
CacheabilityMetadataConfigOverrideTest.php file core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php
CacheabilityMetadataConfigOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php Modules to install.
CacheabilityMetadataConfigOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php
CacheabilityMetadataConfigOverrideTest::testConfigEntityOverride function core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php Tests if config overrides set cacheability metadata on config entities.
CacheabilityMetadataConfigOverrideTest::testConfigOverride function core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php Tests if config overrides correctly set cacheability metadata.
CacheableAccessDeniedHttpException class core/lib/Drupal/Core/Http/Exception/CacheableAccessDeniedHttpException.php A cacheable AccessDeniedHttpException.
CacheableAccessDeniedHttpException.php file core/lib/Drupal/Core/Http/Exception/CacheableAccessDeniedHttpException.php
CacheableAccessDeniedHttpException::__construct function core/lib/Drupal/Core/Http/Exception/CacheableAccessDeniedHttpException.php
CacheableAjaxResponse class core/lib/Drupal/Core/Cache/CacheableAjaxResponse.php A AjaxResponse that contains and can expose cacheability metadata.
CacheableAjaxResponse.php file core/lib/Drupal/Core/Cache/CacheableAjaxResponse.php

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