You are here

Functions in Cache Actions 7.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 bins specified. 1
cache_actions_action_clear_cache_cid ./cache_actions.rules.inc This action clears a specific cache cid in a cache bin. 1
cache_actions_action_clear_css_js_cache ./cache_actions.rules.inc This action clears the css and js cache. 1
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_display_cache ./cache_actions.rules.inc This action clears the cache of a specific view display. 1
cache_actions_cache_bins_reset ./cache_actions.module Reset the variable that stores the current available cache bins. 2
cache_actions_ctools_plugin_directory ./cache_actions.module Implements hook_ctools_plugin_directory().
cache_actions_get_cache_bins ./cache_actions.module Get all cache bins available. 2 3
cache_actions_modules_disabled ./cache_actions.module Implements hook_modules_enabled().
cache_actions_modules_enabled ./cache_actions.module Implements hook_modules_enabled().
cache_actions_panels_display_save ./cache_actions.module Implements hook_panels_display_save(). Updates any rules where we might have updated our cache keys. 1
cache_actions_rules_action_info ./cache_actions.rules.inc Implements 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 Provide a form for the cache settings. 1
cache_actions_rules_cache_settings_form_submit plugins/cache/rules.inc Saves the cache settings. 1
cache_actions_rules_cache_settings_form_validate plugins/cache/rules.inc Validates the cache settings. 1
cache_actions_rules_cache_set_cache plugins/cache/rules.inc Set cached content. 1
cache_actions_uninstall ./cache_actions.install Implements hook_uninstall().
cache_actions_updater_info_alter ./cache_actions.module Implements hook_updater_info_alter().
cache_actions_update_7201 ./cache_actions.install Upgrade all old panels rules to the new format.
cache_actions_views_api ./cache_actions.module Implements hook_views_api().
cache_actions_views_plugins plugins/views/cache_actions.views.inc Implements hook_views_plugins().
_cache_actions_check_module_cache_bins ./cache_actions.module We are storing all cache bins in a variable for performance reasons. If any of the modules that we just enabled defines a cache bin, we need to resave that variable so that all cache keys are available. 2
_cache_actions_clear_panels_cache ./cache_actions.rules.inc Flush cached panels panes 1
_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_display_from_key ./cache_actions.install Get a display out of a key specified in the UI. 1
_cache_actions_get_mini_panel_panes ./cache_actions.rules.inc Get Mini Panel Panes. 1
_cache_actions_get_panels_handlers ./cache_actions.rules.inc Get all existing handlers from page manager. 1
_cache_actions_get_panes ./cache_actions.rules.inc Get Panel Panes. 1
_cache_actions_get_pane_from_key ./cache_actions.install Return the pane pid from a cache key. 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 Load the panes configured to be handled by rules. 1

Other projects