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
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 Prewarms all PreWarmable services.
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.
CacheRebuildCommand::__construct function core/lib/Drupal/Core/Command/CacheRebuildCommand.php
CacheRebuildCommandTest class core/tests/Drupal/FunctionalTests/Core/Console/CacheRebuildCommandTest.php Tests the cache:rebuild command.
CacheRebuildCommandTest.php file core/tests/Drupal/FunctionalTests/Core/Console/CacheRebuildCommandTest.php
CacheRebuildCommandTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Console/CacheRebuildCommandTest.php The theme to install as the default for testing.
CacheRebuildCommandTest::$modules property core/tests/Drupal/FunctionalTests/Core/Console/CacheRebuildCommandTest.php Modules to install.
CacheRebuildCommandTest::testConsoleCommand function core/tests/Drupal/FunctionalTests/Core/Console/CacheRebuildCommandTest.php Tests the cache:rebuild command.
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 Returns the sum total of validations for a given set of tags.
CacheTagsChecksumDecorator::invalidateTags function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php Marks cache items with any of the specified tags as invalid.
CacheTagsChecksumDecorator::isValid function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php Returns whether the checksum is valid for the given cache tags.
CacheTagsChecksumDecorator::logCacheTagOperation function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php Logs a cache tag operation.
CacheTagsChecksumDecorator::registerCacheTagsForPreload function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php Register cache tags for preloading.
CacheTagsChecksumDecorator::reset function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php Reset statically cached tags.
CacheTagsChecksumDecorator::__construct function core/modules/system/tests/modules/performance_test/src/Cache/CacheTagsChecksumDecorator.php
CacheTagsChecksumInterface interface core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php Provides checksums for cache tag invalidations.
CacheTagsChecksumInterface.php file core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php
CacheTagsChecksumInterface::getCurrentChecksum function core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php Returns the sum total of validations for a given set of tags.
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.

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