37 string references to 'cache'

block_add_block_form_submit in drupal/core/modules/block/block.admin.inc
Form submission handler for block_add_block_form().
block_schema in drupal/core/modules/block/block.install
Implements hook_schema().
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.
cache_test_schema in drupal/core/modules/system/tests/modules/cache_test/cache_test.install
Implements hook_schema().
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::init in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
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.
DisplayPluginBase::validateOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Validate the options form.
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.
field_schema in drupal/core/modules/field/field.install
Implements hook_schema().
filter_schema in drupal/core/modules/filter/filter.install
Implements hook_schema().
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.
minimal_install in drupal/core/profiles/minimal/minimal.install
Implements hook_install().
PluginTypeListTest::testPluginList in drupal/core/modules/views/lib/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.
standard_install in drupal/core/profiles/standard/standard.install
Implements hook_install().
system_cache_flush in drupal/core/modules/system/system.module
Implements hook_cache_flush().
system_get_module_info in drupal/core/modules/system/system.module
Return .info data for modules.
toolbar_schema in drupal/core/modules/toolbar/toolbar.install
Implements hook_schema().
toolbar_update_8000 in drupal/core/modules/toolbar/toolbar.install
Creates the {cache_toolbar} cache table.
update_schema in drupal/core/modules/update/update.install
Implements hook_schema().
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_block_info in drupal/core/modules/views/views.module
Implement hook_block_info().
views_fetch_data in drupal/core/modules/views/views.module
Fetch Views' data from the cache
views_schema in drupal/core/modules/views/views.install
Implements hook_schema().
_theme_load_registry in drupal/core/includes/theme.inc
Get the theme_registry cache; if it doesn't exist, build it.