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 |
---|---|---|---|
entity_cache_test.module | file | modules/ |
Helper module for entity cache tests. |
entity_cache_test_dependency.info | file | modules/ |
name = "Entity cache test dependency" description = "Support dependency module for testing entity cache." package = Testing version = VERSION core = 7.x hidden = TRUE |
entity_cache_test_dependency.module | file | modules/ |
Helper module for entity cache tests. |
entity_cache_test_dependency_entity_info | function | modules/ |
Implements hook_entity_info(). |
entity_cache_test_watchdog | function | modules/ |
Implements hook_watchdog(). |
entity_info_cache_clear | function | includes/ |
Resets the cached information about entity types. |
FieldAttachOtherTestCase::testFieldAttachCache | function | modules/ |
Test field cache. |
FieldInfoTestCase::testFieldInfoCache | function | modules/ |
Tests that the field info cache can be built correctly. |
field_cache_clear | function | modules/ |
Clear the field info and field data caches. |
field_flush_caches | function | modules/ |
Implements hook_flush_caches(). |
field_info_cache_clear | function | modules/ |
Clears the field info cache without clearing the field data cache. |
FilterDefaultFormatTestCase::resetFilterCaches | function | modules/ |
Rebuilds text format and permission caches in the thread running the tests. |
FilterFormatAccessTestCase::resetFilterCaches | function | modules/ |
Rebuilds text format and permission caches in the thread running the tests. |
filter_format_allowcache | function | modules/ |
Checks if the text in a certain text format is allowed to be cached. |
FormsFormCacheTestCase | class | modules/ |
Test cache_form. |
FormsFormCacheTestCase::getInfo | function | modules/ |
|
FormsFormCacheTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsFormCacheTestCase::testCacheForm | function | modules/ |
Tests storing and retrieving the form from cache. |
FormsFormCacheTestCase::testCacheFormCustomExpiration | function | modules/ |
Tests changing form_cache_expiration. |
FormsFormStoragePageCacheTestCase | class | modules/ |
Test the form storage when page caching for anonymous users is turned on. |
FormsFormStoragePageCacheTestCase::$profile | property | modules/ |
The profile to install as a basis for testing. |
FormsFormStoragePageCacheTestCase::getFormBuildId | function | modules/ |
Return the build id of the current form. |
FormsFormStoragePageCacheTestCase::getInfo | function | modules/ |
|
FormsFormStoragePageCacheTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage | function | modules/ |
Build-id is regenerated when rebuilding cached form. |
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage | function | modules/ |
Build-id is regenerated when validating cached form. |
FormsFormStorageTestCase::testCachedFormStorageValidation | function | modules/ |
Tests updating cached form storage during form validation. |
FormsFormStorageTestCase::testFormCached | function | modules/ |
Tests using the form with an activated $form_state['cache'] property. |
form_get_cache | function | includes/ |
Fetches a form from cache. |
form_set_cache | function | includes/ |
Stores a form in the cache. |
form_state_keys_no_cache | function | includes/ |
Returns an array of $form_state keys that shouldn't be cached. |
form_test_cache_form | function | modules/ |
A simple form for testing form caching. |
form_test_storage_element_validate_value_cached | function | modules/ |
Form element validation handler for 'value' element in form_test_storage_form(). |
form_test_storage_page_cache_form | function | modules/ |
A simple form for testing form storage when page caching is enabled. |
form_test_storage_page_cache_old_build_id | function | modules/ |
Form element #after_build callback: output the old form build-id. |
form_test_storage_page_cache_rebuild | function | modules/ |
Form submit callback: Rebuild the form and continue. |
Helper::resetOpCache | function | misc/ |
|
hook_flush_caches | function | modules/ |
Add a list of cache tables to be cleared. |
image_flush_caches | function | modules/ |
Implements hook_flush_caches(). |
JavaScriptTestCase::testNoCache | function | modules/ |
Test drupal_add_js() sets preproccess to false when cache is set to false. |
menu_cache_clear | function | includes/ |
Clears the cached data for a single named menu. |
menu_cache_clear_all | function | includes/ |
Clears all cached menu data. |
menu_reset_static_cache | function | includes/ |
Resets the menu system static cache. |
module_implements_write_cache | function | includes/ |
Writes the hook implementation cache. |
NodePageCacheTest | class | modules/ |
Tests the cache invalidation of node operations. |
NodePageCacheTest::$admin_user | property | modules/ |
An admin user with administrative permissions for nodes. |
NodePageCacheTest::getInfo | function | modules/ |
|
NodePageCacheTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
NodePageCacheTest::testNodeDelete | function | modules/ |
Tests deleting nodes clears page cache. |
node_type_cache_reset | function | modules/ |
Clears the node type cache. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.