Search for cache

  1. Search 9.5.x for cache
  2. Search 8.9.x for cache
  3. Search 10.3.x for cache
  4. Search 11.x for cache
  5. Other projects
Title Object type File name Summary
DrupalDatabaseCache::getMultiple function includes/cache.inc Implements DrupalCacheInterface::getMultiple().
DrupalDatabaseCache::isEmpty function includes/cache.inc Implements DrupalCacheInterface::isEmpty().
DrupalDatabaseCache::isValidBin function includes/cache.inc Checks if $this->bin represents a valid cache table.
DrupalDatabaseCache::prepareItem function includes/cache.inc Prepares a cached item.
DrupalDatabaseCache::set function includes/cache.inc Implements DrupalCacheInterface::set().
DrupalDatabaseCache::__construct function includes/cache.inc Constructs a DrupalDatabaseCache object.
DrupalDefaultEntityController::$cache property includes/entity.inc Whether this entity type should use the static cache.
DrupalDefaultEntityController::$entityCache property includes/entity.inc Static cache of entities, keyed by entity ID.
DrupalDefaultEntityController::cacheGet function includes/entity.inc Gets entities from the static cache.
DrupalDefaultEntityController::cacheSet function includes/entity.inc Stores entities in the static entity cache.
DrupalDefaultEntityController::resetCache function includes/entity.inc Implements DrupalEntityControllerInterface::resetCache().
DrupalEntityControllerInterface::resetCache function includes/entity.inc Resets the internal, static entity cache.
DrupalFakeCache class includes/cache-install.inc Defines a stub cache implementation to be used during installation.
DrupalFakeCache::clear function includes/cache-install.inc Overrides DrupalDatabaseCache::clear().
DrupalFakeCache::get function includes/cache-install.inc Overrides DrupalDatabaseCache::get().
DrupalFakeCache::getMultiple function includes/cache-install.inc Overrides DrupalDatabaseCache::getMultiple().
DrupalFakeCache::isEmpty function includes/cache-install.inc Overrides DrupalDatabaseCache::isEmpty().
DrupalFakeCache::set function includes/cache-install.inc Overrides DrupalDatabaseCache::set().
DrupalRenderTestCase::testDrupalRenderCache function modules/simpletest/tests/common.test Tests caching of render items.
DrupalTestCase::$useSetupInstallationCache property modules/simpletest/drupal_web_test_case.php Whether to cache the installation part of the setUp() method.
DrupalTestCase::$useSetupModulesCache property modules/simpletest/drupal_web_test_case.php Whether to cache the modules installation part of the setUp() method.
DrupalWebTestCase::copySetupCache function modules/simpletest/drupal_web_test_case.php Copy the setup cache from/to another table and files directory.
DrupalWebTestCase::getSetupCacheKey function modules/simpletest/drupal_web_test_case.php Returns the cache key used for the setup caching.
DrupalWebTestCase::loadSetupCache function modules/simpletest/drupal_web_test_case.php Copies the cached tables and files for a cached installation setup.
DrupalWebTestCase::storeSetupCache function modules/simpletest/drupal_web_test_case.php Store the installation setup to a cache.
DRUPAL_BOOTSTRAP_PAGE_CACHE constant includes/bootstrap.inc Second bootstrap phase: try to serve a cached page.
drupal_build_css_cache function includes/common.inc Aggregates and optimizes CSS files into a cache file in the files directory.
drupal_build_js_cache function includes/common.inc Aggregates JavaScript files into a cache file in the files directory.
DRUPAL_CACHE_CUSTOM constant includes/common.inc The block is handling its own caching in its hook_block_view().
DRUPAL_CACHE_GLOBAL constant includes/common.inc The block or element is the same for every user and page that it is visible.
DRUPAL_CACHE_PER_PAGE constant includes/common.inc The block or element can change depending on the page being viewed.
DRUPAL_CACHE_PER_ROLE constant includes/common.inc The block or element can change depending on the user's roles.
DRUPAL_CACHE_PER_USER constant includes/common.inc The block or element can change depending on the user.
drupal_cache_system_paths function includes/path.inc Cache system paths for a page.
drupal_clear_css_cache function includes/common.inc Deletes old cached CSS files.
drupal_clear_js_cache function includes/common.inc Deletes old cached JavaScript files and variables.
drupal_clear_opcode_cache function includes/bootstrap.inc Invalidates a PHP file from any active opcode caches.
drupal_clear_path_cache function includes/path.inc Clear the path cache.
drupal_file_scan_write_cache function includes/bootstrap.inc Writes the file scan cache to the persistent cache.
drupal_flush_all_caches function includes/common.inc Flushes all cached data on the site.
DRUPAL_NO_CACHE constant includes/common.inc The block should not get cached.
drupal_page_get_cache function includes/bootstrap.inc Retrieves the current page from the cache.
drupal_page_is_cacheable function includes/bootstrap.inc Determines the cacheability of the current page.
drupal_page_set_cache function includes/common.inc Stores the current page in the cache.
drupal_render_cache_by_query function includes/common.inc Prepares an element for caching based on a query.
drupal_render_cache_get function includes/common.inc Gets the rendered output of a renderable element from the cache.
drupal_render_cache_set function includes/common.inc Caches the rendered output of a renderable element.
drupal_serve_page_from_cache function includes/bootstrap.inc Sets HTTP headers in preparation for a cached page response.
EnableDisableTestCase::testEntityInfoCacheWatchdog function modules/system/system.test Tests entity info cache after enabling a module with a dependency on an entity providing module.
entity_cache_test.info file modules/simpletest/tests/entity_cache_test.info name = "Entity cache test"
description = "Support module for testing entity cache."
package = Testing
version = VERSION
core = 7.x
dependencies[] = entity_cache_test_dependency
hidden = TRUE

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