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