Download & Extend

Cache Dispatcher

UPDATE: Looking at Cache Backport, this module seems somewhat ridiculous ... I have now abandoned it.

Provides multiple caching backends framework. Use any drupal 6 cache.inc file for a given cache table.

This module works by generating php source-code in order to separate cache_get(), and so on, into different "namespaces" by prefixing the function names.

As this module auto-generates code, it might not be considered production-grade. Use with caution.

The following example uses the memcache backend for all cache tables except cache_form:

$conf['cache_inc'] = './sites/all/modules/contrib/cache_dispatcher/cache_dispatcher.inc';
$conf['cache_incs'] = array(
  'default'    => './sites/all/modules/contrib/memcache/memcache.inc', // 'default' is used for tables not defined in this array
  'cache_form' => './includes/cache.inc',
);

Downloads

Version Downloads Date Links
6.x-1.x-dev tar.gz (7.96 KB) | zip (9.1 KB) 2011-May-23 Notes

Project Information


Maintainers for Cache Dispatcher

  • gielfeldt - 5 commits
    last: 1 year ago, first: 1 year ago

Issues for Cache Dispatcher

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
nobody click here