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 = Performance and scalability
files[] = plugins/views/cache_actions_plugin_cache_rules.inc |
cache_actions.install |
cache_actions.install |
|
Installation tasks for cache actions. |
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 |
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. |
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. |