55 string references to 'Cache'

AssertViewsCacheTagsTrait::assertViewsCacheTags in core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php
Asserts a view's result & render cache items' cache tags.
CacheFactory::get in core/lib/Drupal/Core/Cache/CacheFactory.php
Instantiates a cache backend class for a given cache bin.
CacheTagTest::testTagCaching in core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php
Tests the tag cache plugin.
CacheTest::testCacheData in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests the data contained in cached items.
CacheTest::testHeaderStorage in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests css/js storage and restoring mechanism.
CacheTest::testNoneResultCaching in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests no caching.
CacheTest::testTimeResultCaching in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests time based caching.
CacheTest::testTimeResultCachingWithFilter in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests result caching with filters.
CacheTest::testTimeResultCachingWithPager in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests result caching with a pager.
CacheWebTest::testCacheOutputOnPage in core/modules/views/tests/src/Functional/Plugin/CacheWebTest.php
Tests the output caching on an actual page.
ChainedFastBackendFactory::__construct in core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php
Constructs ChainedFastBackendFactory object.
ContextDefinitionIsSatisfiedTest::setUp in core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionIsSatisfiedTest.php
ContextHandlerTest::setUp in core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php
core.entity.schema.yml in core/config/schema/core.entity.schema.yml
core/config/schema/core.entity.schema.yml
d6_filter_format.yml in core/modules/filter/migrations/d6_filter_format.yml
core/modules/filter/migrations/d6_filter_format.yml
d6_system_performance.yml in core/modules/system/migrations/d6_system_performance.yml
core/modules/system/migrations/d6_system_performance.yml
d7_filter_format.yml in core/modules/filter/migrations/d7_filter_format.yml
core/modules/filter/migrations/d7_filter_format.yml
DisplayKernelTest::testGetPlugin in core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php
Tests the \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin() method.
DisplayPluginBase::applyDisplayCacheabilityMetadata in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Applies the cacheability of the current display to the given render array.
DisplayPluginBase::buildOptionsForm in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Provide a form to edit options for this plugin.
DisplayPluginBase::calculateCacheMetadata in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Calculates the display's cache metadata by inspecting each handler/plugin.
DisplayPluginBase::defaultableSections in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Lists the 'defaultable' sections and what items each section contains.
DisplayPluginBase::optionsSummary in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Provides the default summary for options in the views UI.
DisplayPluginBase::submitOptionsForm in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Handle any special handling on the validate form.
drupal6.php in core/modules/aggregator/tests/fixtures/drupal6.php
A database agnostic dump for testing purposes.
drupal6.php in core/modules/migrate_drupal/tests/fixtures/drupal6.php
A database agnostic dump for testing purposes.
drupal7.php in core/modules/migrate_drupal/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
drupal7.php in core/modules/tracker/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
drupal7.php in core/modules/rdf/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
drupal7.php in core/modules/color/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
drupal7.php in core/modules/aggregator/tests/fixtures/drupal7.php
A database agnostic dump for testing purposes.
EntityContextDefinitionIsSatisfiedTest::setUp in core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php
FormTestStorageForm::buildForm in core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php
Form constructor.
FormTestStorageForm::elementValidateValueCached in core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php
Form element validation handler for 'value' element.
FormTestStorageForm::validateForm in core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php
Form validation handler.
FrontPageTest::testCacheTagsWithCachePluginTag in core/modules/node/tests/src/Functional/Views/FrontPageTest.php
Tests the cache tags when using the "tag" cache plugin.
FrontPageTest::testCacheTagsWithCachePluginTime in core/modules/node/tests/src/Functional/Views/FrontPageTest.php
Tests the cache tags when using the "time" cache plugin.
MigrateSqlSourceTestBase::testSource in core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php
Tests the source plugin against a particular data set.
PluginTypeListTest::testPluginList in core/modules/views/tests/src/Unit/PluginTypeListTest.php
Tests the plugins list is correct.
RecursiveContextualValidatorTest::setUp in core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginNone in core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php
Tests an entity-based view's cache tags when using the "none" cache plugin.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTag in core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php
Tests an entity-based view's cache tags when using the "tag" cache plugin.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTime in core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php
Tests an entity-based view's cache tags when using the "time" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginNone in core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php
Tests a field-based view's cache tags when using the "none" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTag in core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php
Tests a field-based view's cache tags when using the "tag" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTime in core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php
Tests a field-based view's cache tags when using the "time" cache plugin.
RowRenderCacheTest::doTestRenderedOutput in core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php
Check whether the rendered output matches expectations.
RowRenderCacheTest::testNoCaching in core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php
Tests that rows are not cached when the none cache plugin is used.
SourcePluginBase::count in core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
Gets the source count.
StylePluginBase::renderFields in core/modules/views/src/Plugin/views/style/StylePluginBase.php
Renders all of the fields for a given style and store them on the object.
ViewExecutable::execute in core/modules/views/src/ViewExecutable.php
Executes the view's query.
ViewExecutable::getCacheTags in core/modules/views/src/ViewExecutable.php
Gets the cache tags associated with the executed view.
ViewExecutable::render in core/modules/views/src/ViewExecutable.php
Renders this view for a certain display.
views.services.yml in core/modules/views/views.services.yml
core/modules/views/views.services.yml
ViewsHooksTest::testHooks in core/modules/views/tests/src/Kernel/ViewsHooksTest.php
Tests the hooks.

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