Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
CacheItem::__construct function core/tests/Drupal/Tests/Core/Session/AccessPolicyProcessorTest.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::$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
CachePreWarmer::__construct function core/lib/Drupal/Core/PreWarm/CachePreWarmer.php
CachePreWarmerInterface::preWarmAllCaches function core/lib/Drupal/Core/PreWarm/CachePreWarmerInterface.php Prewarms all PreWarmable services.
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 The class resolver.
CachePreWarmerTest::$warmedMap property core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php
CachePreWarmerTest::setupCacheServices function core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php
CachePreWarmerTest::testNoServices function core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php
CachePreWarmerTest::testPreWarmAll function core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php Tests pre warm all.
CachePreWarmerTest::testPreWarmByOne function core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php Tests pre warm by one.
CachePreWarmerTest::testPreWarmOnlyOne function core/tests/Drupal/Tests/Core/PreWarm/CachePreWarmerTest.php Tests pre warm only one.
CacheRedirect::__construct function core/lib/Drupal/Core/Cache/CacheRedirect.php Constructs a CacheRedirect object.
CacheRouterRebuildSubscriber class core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php Clear cache tags when the router is rebuilt.
CacheRouterRebuildSubscriber.php file core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php
CacheRouterRebuildSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php
CacheRouterRebuildSubscriber::onRouterFinished function core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php
CacheTagPreloadSubscriber class core/lib/Drupal/Core/Cache/EventSubscriber/CacheTagPreloadSubscriber.php Preloads frequently used cache tags.
CacheTagPreloadSubscriber.php file core/lib/Drupal/Core/Cache/EventSubscriber/CacheTagPreloadSubscriber.php
CacheTagPreloadSubscriber::getSubscribedEvents function core/lib/Drupal/Core/Cache/EventSubscriber/CacheTagPreloadSubscriber.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 class core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php Wraps an existing cache tags checksum invalidator to track calls separately.
CacheTagsChecksumDecorator.php file core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php
CacheTagsChecksumDecorator::getCurrentChecksum function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php
CacheTagsChecksumDecorator::invalidateTags function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php

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