41 string references to 'cache'

AliasTest::testCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php
AliasTest::testLookupPath in drupal/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php
AliasTest::testWhitelist in drupal/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php
Tests the alias whitelist.
BlockCacheTest::setCacheMode in drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php
Private helper method to set the test block's cache mode.
BlockTest::testBlockRehash in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test _block_rehash().
CachedMockBlockManager::__construct in drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/CachedMockBlockManager.php
Adds a cache decorator to the MockBlockManager's discovery.
CacheFactory::get in drupal/core/lib/Drupal/Core/Cache/CacheFactory.php
Instantiates a cache backend class for a given cache bin.
CacheTest::testHeaderStorage in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php
Tests css/js storage and restoring mechanism.
CacheTest::testNoneCaching in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php
Tests no caching.
CacheTest::testTimeCaching in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php
Tests time based caching.
core.services.yml in drupal/core/core.services.yml
drupal/core/core.services.yml
DatabaseBackend::__construct in drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php
Constructs a DatabaseBackend object.
DisplayPluginBase::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Provide the default form for setting options.
DisplayPluginBase::defaultableSections in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Static member function to list which sections are defaultable and what items each section contains.
DisplayPluginBase::optionsSummary in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Provide the default summary for options in the views UI.
DisplayPluginBase::submitOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
DisplayUnitTest::testGetPlugin in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayUnitTest.php
Tests the \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin() method.
DrupalKernelTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelTest.php
Sets up unit test environment.
DrupalUnitTestBase::containerBuild in drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php
Sets up the base service container for this test.
drupal_render_cache_get in drupal/core/includes/common.inc
Gets the rendered output of a renderable element from the cache.
drupal_render_cache_set in drupal/core/includes/common.inc
Caches the rendered output of a renderable element.
EntityManager::__construct in drupal/core/lib/Drupal/Core/Entity/EntityManager.php
Constructs a new Entity plugin manager.
FilterDefaultConfigTest::testInstallation in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultConfigTest.php
Tests installation of default formats.
FilterPluginManager::__construct in drupal/core/modules/filter/lib/Drupal/filter/FilterPluginManager.php
Constructs a FilterPluginManager object.
install_begin_request in drupal/core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
language_negotiation_method_invoke in drupal/core/includes/language.inc
Invokes a language negotiation method and caches the results.
language_negotiation_set in drupal/core/includes/language.inc
Saves a list of language negotiation methods for a language type.
LocaleLookup::__construct in drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php
Constructs a LocaleCache object.
NormalizerTestBase::setUp in drupal/core/modules/hal/lib/Drupal/hal/Tests/NormalizerTestBase.php
Overrides \Drupal\simpletest\DrupalUnitTestBase::setup().
PluginTypeListTest::testPluginList in drupal/core/modules/views/tests/Drupal/views/Tests/PluginTypeListTest.php
Tests the plugins list is correct.
RegistryTest::testRaceCondition in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/RegistryTest.php
Tests the behavior of the theme registry class.
SchemaCache::__construct in drupal/core/lib/Drupal/Core/Utility/SchemaCache.php
Constructs a SchemaCache object.
system_get_module_info in drupal/core/modules/system/system.module
Return .info.yml data for modules.
system_update_8005 in drupal/core/modules/system/system.install
Remove the obsolete {session}.cache column.
update_prepare_d8_bootstrap in drupal/core/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.
ViewExecutable::execute in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Execute the view's query.
ViewExecutable::getPluginTypes in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Returns the valid types of plugins that can be used.
ViewExecutable::render in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Render this view for a certain display.
views.services.yml in drupal/core/modules/views/views.services.yml
drupal/core/modules/views/views.services.yml
WebTestBase::setUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Sets up a Drupal site for running functional and integration tests.
_theme_load_registry in drupal/core/includes/theme.inc
Gets the theme_registry cache; if it doesn't exist, builds it.