You are here

Functions in Cache Actions 7

Primary tabs

Namesort descending Location Description Direct uses Strings
cache_actions_action_clear_cache ./cache_actions.rules.inc This action that clears all cache bins specified. 2
cache_actions_action_clear_cache_cid ./cache_actions.rules.inc This action clears a specific cache sid in a cache bin. 2
cache_actions_action_clear_css_js_cache ./cache_actions.rules.inc This action clears the css and js cache. 2
cache_actions_action_clear_panels_mini_cache ./cache_actions.rules.inc Clear the cache of the specified mini panel. 2
cache_actions_action_clear_panels_mini_pane_cache ./cache_actions.rules.inc 2
cache_actions_action_clear_panels_page_cache ./cache_actions.rules.inc Clear the cache of the specified panel page. 2
cache_actions_action_clear_panels_pane_cache ./cache_actions.rules.inc Clear the cache of panes in a mini panel. 2
cache_actions_action_clear_varnish_cache ./cache_actions.rules.inc Clear out the varnish cache completely.
cache_actions_action_clear_varnish_page ./cache_actions.rules.inc
cache_actions_action_clear_varnish_page_form ./cache_actions.rules.inc
cache_actions_action_clear_views_cache ./cache_actions.rules.inc This action clears the cache of a specific view. 2
cache_actions_action_clear_views_display_cache ./cache_actions.rules.inc This action clears the cache of a specific view display. 1
cache_actions_ctools_plugin_directory ./cache_actions.module Implementation of hook_ctools_plugin_directory().
cache_actions_rules_action_info ./cache_actions.rules.inc Implementation of hook_rules_action_info().
cache_actions_rules_cache_clear_cache plugins/cache/rules.inc Clear cached content. 1
cache_actions_rules_cache_get_cache plugins/cache/rules.inc Get cached content. 1
cache_actions_rules_cache_get_id plugins/cache/rules.inc Figure out an id for our cache based upon input and settings. 2
cache_actions_rules_cache_settings_form plugins/cache/rules.inc 1
cache_actions_rules_cache_set_cache plugins/cache/rules.inc Set cached content. 1
cache_actions_test_ctools_plugin_api cache_actions_test/cache_actions_test.module Implementation of hook_ctools_plugin_api().
cache_actions_test_default_page_manager_handlers cache_actions_test/cache_actions_test.module Implementation of hook_default_page_manager_handlers().
cache_actions_test_default_page_manager_pages cache_actions_test/cache_actions_test.module Implementation of hook_default_page_manager_pages(). We define all the panels we need for the testing here.
cache_actions_test_default_panels_mini cache_actions_test/cache_actions_test.module
cache_actions_test_flush_caches cache_actions_test/cache_actions_test.module Implementation of hook_flush_caches(). We define our own cache table, so that it doesn't disturb any other caching mechanisms.
cache_actions_test_install cache_actions_test/cache_actions_test.install @file This is the install file for the test module. It adds a cache table that it uses for testing.
cache_actions_test_rules_defaults cache_actions_test/cache_actions_test.rules_defaults.inc Implementation of hook_rules_defaults(). Below are the rules needed for the testing.
cache_actions_test_schema cache_actions_test/cache_actions_test.install
cache_actions_test_uninstall cache_actions_test/cache_actions_test.install
cache_actions_test_views_api cache_actions_test/cache_actions_test.module Implementation of hook_views_api().
cache_actions_test_views_default_views cache_actions_test/cache_actions_test.module Implementation of hook_views_default_views(). We define all the views we need for the testing here.
cache_actions_views_api ./cache_actions.module Implementation of hook_views_api().
cache_actions_views_plugins ./cache_actions.views.inc Implementation of hook_views_plugins().
cache_actions_views_plugins plugins/views/cache_actions.views.inc Implementation of hook_views_plugins().
_cache_actions_clear_pane_cache ./cache_actions.rules.inc Clear the content of a pane. 2
_cache_actions_clear_view ./cache_actions.rules.inc Clear out a view and it's displays. 1
_cache_actions_clear_view_display ./cache_actions.rules.inc Clear out a specific display in a view. 2
_cache_actions_get_cache_bins ./cache_actions.rules.inc Get all cache bins available. 1 1
_cache_actions_get_cache_key ./cache_actions.rules.inc Create a unique cache key in the same way as panels does for it's internal cache. This is a sure way to get unique cache ids for both in-code displays and database displays. 1
_cache_actions_get_display_from_key ./cache_actions.rules.inc Get a display out of a key specified in the UI. 2
_cache_actions_get_mini_panels ./cache_actions.rules.inc 1
_cache_actions_get_mini_panel_panes ./cache_actions.rules.inc 1
_cache_actions_get_page_variants ./cache_actions.rules.inc 1
_cache_actions_get_panels_handlers ./cache_actions.rules.inc Get all existing handlers from page manager. This is the ugliest function in the whole module =) 2 1
_cache_actions_get_panes ./cache_actions.rules.inc Get Panel Panes. 1
_cache_actions_get_views_displays ./cache_actions.rules.inc Get all views and their displays. This is a callback for an options list. 1
_cache_actions_get_views_list ./cache_actions.rules.inc Get a a keyed array of views with machine name as key and human readable name as value. 1
_cache_actions_load_panes ./cache_actions.rules.inc 1

Other projects