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
CacheFactoryDecorator::__construct function core/modules/system/tests/modules/performance_test/src/Cache/CacheFactoryDecorator.php
CacheFactoryInterface interface core/lib/Drupal/Core/Cache/CacheFactoryInterface.php An interface defining cache factory classes.
CacheFactoryInterface.php file core/lib/Drupal/Core/Cache/CacheFactoryInterface.php
CacheFactoryInterface::get function core/lib/Drupal/Core/Cache/CacheFactoryInterface.php Gets a cache backend class for a given cache bin.
CacheFactoryTest class core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests Drupal\Core\Cache\CacheFactory.
CacheFactoryTest.php file core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php
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::testCacheFactoryWithDefaultSettings function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory falls back to the built-in default service.
CacheFactoryTest::testCacheFactoryWithSpecifiedPerBinBackend function core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php Tests that the cache factory picks the correct per-bin service.
CacheItem class core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php Provides a simple cache.
CacheItem::$data property core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.php The cache data.
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
CachePluginBase class core/modules/views/src/Plugin/views/cache/CachePluginBase.php The base plugin to handle caching.
CachePluginBase.php file core/modules/views/src/Plugin/views/cache/CachePluginBase.php
CachePluginBase::$resultsBin property core/modules/views/src/Plugin/views/cache/CachePluginBase.php Which cache bin to store query results in.
CachePluginBase::$resultsKey property core/modules/views/src/Plugin/views/cache/CachePluginBase.php Stores the cache ID used for the results cache.
CachePluginBase::$storage property core/modules/views/src/Plugin/views/cache/CachePluginBase.php Contains all data that should be written/read from cache.
CachePluginBase::alterCacheMetadata function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Alters the cache metadata of a display upon saving a view.
CachePluginBase::cacheExpire function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Determine the expiration time of the cache type, or NULL if no expire.
CachePluginBase::cacheFlush function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Clear out cached data for a view.
CachePluginBase::cacheGet function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Retrieve data from the cache.
CachePluginBase::cacheSet function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Save data to the cache.
CachePluginBase::cacheSetMaxAge function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Determines cache expiration time based on its type.
CachePluginBase::generateResultsKey function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Calculates and sets a cache ID used for the result cache.
CachePluginBase::getCacheMaxAge function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Gets the max age for the current view.
CachePluginBase::getCacheTags function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Gets an array of cache tags for the current view.
CachePluginBase::getDefaultCacheMaxAge function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns the default cache max age.
CachePluginBase::getResultsKey function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns the resultsKey property.
CachePluginBase::getRowCacheKeys function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns the row cache keys.
CachePluginBase::getRowCacheTags function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns the row cache tags.
CachePluginBase::getRowId function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns a unique identifier for the specified row.
CachePluginBase::postRender function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Post process any rendered data.
CachePluginBase::prepareViewResult function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Prepares the view result before putting it into cache.
CachePluginBase::summaryTitle function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns a string to display as the clickable title for the access control.
CachePreWarmer class core/lib/Drupal/Core/PreWarm/CachePreWarmer.php Prewarms caches for services that implement PreWarmableInterface.
CachePreWarmer.php file core/lib/Drupal/Core/PreWarm/CachePreWarmer.php
CachePreWarmer::$needsPreWarming property core/lib/Drupal/Core/PreWarm/CachePreWarmer.php Whether to prewarm caches at the end of the request.
CachePreWarmer::preWarmAllCaches function core/lib/Drupal/Core/PreWarm/CachePreWarmer.php Prewarms all PreWarmable services.
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 interface core/lib/Drupal/Core/PreWarm/CachePreWarmerInterface.php Interface for cache prewarmers.
CachePreWarmerInterface.php file core/lib/Drupal/Core/PreWarm/CachePreWarmerInterface.php
CachePreWarmerInterface::preWarmAllCaches function core/lib/Drupal/Core/PreWarm/CachePreWarmerInterface.php Prewarms all PreWarmable services.
CachePreWarmerInterface::preWarmOneCache function core/lib/Drupal/Core/PreWarm/CachePreWarmerInterface.php Prewarms one PreWarmable service.
CachePreWarmerTest class core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php Tests Drupal\Core\PreWarm\CachePreWarmer.
CachePreWarmerTest.php file core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php
CachePreWarmerTest::$classResolver property core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php

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