cache_clear_all |
./flush_page_cache.cache.inc |
Expire data from the cache. If called without arguments, expirable
entries will be cleared from the cache_page and cache_block tables. |
4 |
|
cache_get |
./flush_page_cache.cache.inc |
Return data from the persistent cache. Data may be stored as either plain text or as serialized data.
cache_get will automatically return unserialized objects and arrays. |
1 |
|
cache_set |
./flush_page_cache.cache.inc |
Store data in the persistent cache. |
1 |
|
flush_page_cache_admin_menu |
./flush_page_cache.module |
Implementation of hook_admin_menu(). |
|
|
flush_page_cache_admin_menu_flush_cache |
./flush_page_cache.admin.inc |
Page callback for admin menu cache clear button. |
|
1 |
flush_page_cache_admin_settings |
./flush_page_cache.admin.inc |
Form builder; Administration page for the 'Flush page cache' module. |
|
1 |
flush_page_cache_admin_settings_submit |
./flush_page_cache.admin.inc |
Form submission handler; For flush page cache admin settings |
|
|
flush_page_cache_block |
./flush_page_cache.module |
Implementation of hook_block(). |
|
|
flush_page_cache_custom_build |
./flush_page_cache.admin.inc |
Build flush page cache custom array from form values. |
2 |
|
flush_page_cache_custom_settings_row |
./flush_page_cache.admin.inc |
Build flush page cache custom settings row form elements. |
1 |
|
flush_page_cache_custom_settings_table_js |
./flush_page_cache.admin.inc |
AHAH callback for custom settings table. |
|
1 |
flush_page_cache_footer |
./flush_page_cache.module |
Implementation of hook_footer(). |
|
|
flush_page_cache_get_path |
./flush_page_cache.module |
Get the path for the current page without ?flush_page_cache=1 query param. |
2 |
|
flush_page_cache_get_url |
./flush_page_cache.module |
Get the full URL for the current page without ?flush_page_cache=1 query param. |
2 |
|
flush_page_cache_init |
./flush_page_cache.module |
Implementation of hook_init(). |
|
|
flush_page_cache_install |
./flush_page_cache.install |
Implementation of hook_install(). |
|
|
flush_page_cache_menu |
./flush_page_cache.module |
Implementation of hook_menu(). |
|
|
flush_page_cache_perm |
./flush_page_cache.module |
Implementation of hook_perm(). |
|
|
flush_page_cache_preprocess_page |
./flush_page_cache.module |
Implementation of hook_preprocess_page(). |
|
|
flush_page_cache_requested |
./flush_page_cache.module |
Determine if a flush page cache has been requested. |
3 |
1 |
flush_page_cache_test_object_cache_disabled |
./flush_page_cache.module |
Test that the object cache is being correctly disabled and flushed. |
1 |
|
flush_page_cache_theme |
./flush_page_cache.module |
Implementation of hook_theme(). |
|
|
flush_page_cache_uninstall |
./flush_page_cache.install |
Implementation of hook_uninstall(). |
|
|
theme_flush_page_cache_custom_settings_table |
./flush_page_cache.admin.inc |
Theme flush page cache custom settings table. |
|
|
theme_flush_page_cache_link |
./flush_page_cache.module |
Outputs 'flush page cache' link which is added to a site's footer message. |
|
|