You are here

Functions in Cache Actions 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
cache_actions_action_clear_cache ./cache_actions.rules.inc This action that clears all cache tables specified. 1
cache_actions_action_clear_cache_cid ./cache_actions.rules.inc This action clears a specific cache sid in a cache bin. 1
cache_actions_action_clear_cache_cid_form ./cache_actions.rules.inc Action to clear cache cid configuration form.
cache_actions_action_clear_cache_form ./cache_actions.rules.inc Action to clear cache configuration form.
cache_actions_action_clear_css_js_cache ./cache_actions.rules.inc This action clears the css and js cache. 1
cache_actions_action_clear_panels_mini_cache ./cache_actions.rules.inc Clear the cache of the specified mini panel. 1
cache_actions_action_clear_panels_mini_cache_form ./cache_actions.rules.inc The form for the clear mini panels cache action
cache_actions_action_clear_panels_mini_pane_cache ./cache_actions.rules.inc 1
cache_actions_action_clear_panels_mini_pane_cache_form ./cache_actions.rules.inc The form for the clear mini panels cache action
cache_actions_action_clear_panels_page_cache ./cache_actions.rules.inc Clear the cache of the specified panel page. 1
cache_actions_action_clear_panels_page_cache_form ./cache_actions.rules.inc The form for the clear panel page action
cache_actions_action_clear_panels_pane_cache ./cache_actions.rules.inc Clear the cache of panes in a mini panel. 1
cache_actions_action_clear_panels_pane_cache_form ./cache_actions.rules.inc
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. 1
cache_actions_action_clear_views_cache_form ./cache_actions.rules.inc Form for the clear view action.
cache_actions_action_clear_views_display_cache ./cache_actions.rules.inc This action clears the cache of a specific view display.
cache_actions_action_clear_views_display_cache_form ./cache_actions.rules.inc Form for the clear view action.
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_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. 3
_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_panels_handlers ./cache_actions.rules.inc Get all existing handlers from page manager. This is the ugliest function in the whole module =) 2
_cache_actions_load_panes ./cache_actions.rules.inc 1

Other projects