Views Cache Bully implements one caching mechanism.
The module's main purpose is to enforce caching on all views, but not the cache method.

There are other caching modules for Views:
- https://www.drupal.org/project/views_content_cache
- https://www.drupal.org/project/autocache

Would be great if you can change the default method to one those.

So, if other caching mechanisms are installed, you can switch to one of those.

Comments

ndf created an issue. See original summary.

ndf’s picture

ndf’s picture

Created panels variant of this module here:
@see https://www.drupal.org/project/panels_cache_bully

It uses ctools_get_plugins('panels', 'cache') for selecting caching mechanism in admin ui.

SocialNicheGuru’s picture

if I use panels_cache_bully do I also need to use views_cache_bully? Is that overkill?

dstol’s picture

Status: Needs work » Active

Good idea. I'd happily review and merge a patch that adds this functionality!