You are here

Files in Cache Actions 7

Primary tabs

File namesort descending Location Namespace Description
cache_actions.info cache_actions.info name = Cache Actions description = This module gives you the ability to clear drupal caches with rules actions. dependencies[] = rules core = 7.x package = Rules files[] = plugins/views/cache_actions_plugin_cache_rules.inc
cache_actions.module cache_actions.module This is the module file. It contains hooks for panels and views.
cache_actions.rules.inc cache_actions.rules.inc This file provides the rules integration for this module.
cache_actions.test cache_actions.test This file contains the tests for Cache Actions. All tests depend on the panels, views and rules that are defined by the cache actions test module.
cache_actions.views.inc cache_actions.views.inc This file contains views hooks.
cache_actions.views.inc plugins/views/cache_actions.views.inc This file contains views hooks.
cache_actions_plugin_cache_rules.inc plugins/views/cache_actions_plugin_cache_rules.inc This file contains a cache that just implements the views cache plugin.
cache_actions_test.info cache_actions_test/cache_actions_test.info name = Cache Actions Test Dependencies description = This module contains panels, views and rules for the tests of cache actions. Do not enable this module, the tests will do that for you. dependencies[] = rules dependencies[] =…
cache_actions_test.install cache_actions_test/cache_actions_test.install This is the install file for the test module. It adds a cache table that it uses for testing.
cache_actions_test.module cache_actions_test/cache_actions_test.module This is the main module file. It currently contains logic for including our default views and panels which are needed for the testing.
cache_actions_test.rules_defaults.inc cache_actions_test/cache_actions_test.rules_defaults.inc This file contains the rules for the testing.
cache_actions_test_mini_panel.php cache_actions_test/panels/cache_actions_test_mini_panel.php
cache_actions_test_mini_panel_pane.php cache_actions_test/panels/cache_actions_test_mini_panel_pane.php
cache_actions_test_mini_panel_pane_wrapper.php cache_actions_test/panels/cache_actions_test_mini_panel_pane_wrapper.php
cache_actions_test_mini_panel_wrapper.php cache_actions_test/panels/cache_actions_test_mini_panel_wrapper.php
cache_actions_test_panel.php cache_actions_test/panels/cache_actions_test_panel.php
cache_actions_test_panel_no_cache.php cache_actions_test/panels/cache_actions_test_panel_no_cache.php
cache_actions_test_panel_pane.php cache_actions_test/panels/cache_actions_test_panel_pane.php
cache_actions_test_panel_pane_no_cache.php cache_actions_test/panels/cache_actions_test_panel_pane_no_cache.php
cache_actions_test_view.php cache_actions_test/views/cache_actions_test_view.php
cache_actions_test_view_no_cache.php cache_actions_test/views/cache_actions_test_view_no_cache.php
cache_actions_test_view_pane.php cache_actions_test/views/cache_actions_test_view_pane.php
README.txt README.txt Cache actions provides rules actions for clearing drupal caches. It currently supports clearing: * Drupal cache bins * CSS/JS cache * The cache of specific views * The cache of specific panel page variants * The cache of specific mini panel…
rules.inc plugins/cache/rules.inc Provides a simple time-based caching option for panel panes.
views_plugin_cache_rules.inc views_plugin_cache_rules.inc This file contains a cache that just implements the views cache plugin.

Other projects