cache_actions.info |
cache_actions.info |
|
name = Cache Actions
description = This module gives you the ability to clear drupals caches with rules actions.
dependencies[] = rules
core = 6.x
package = Rules |
cache_actions.module |
cache_actions.module |
|
This is the module file. It only contains a hook to views. |
cache_actions.rules.inc |
cache_actions.rules.inc |
|
This file provides the rules integration for this module.
@author Fabian Sörqvist <fabian.sorqvist@gmail.com> |
cache_actions.views.inc |
cache_actions.views.inc |
|
This file contains views hooks.
@author Fabian Sörqvist <fabian.sorqvist@gmail.com> |
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 pages
* The cache of specific mini panels
More extensive… |
views_plugin_cache_rules.inc |
views_plugin_cache_rules.inc |
|
This file contains a cache that just implements the views
cache plugin.
@author Fabian Sörqvist <fabian.sorqvist@gmail.com> |