Hi,

The one and only configuration example given in the README.txt applies to the 'engine' => 'db',.

How do I configure other engines like 'apc' or 'memcache'? Am I supposed to simply exchange 'db' with the alternative engine (e.g. 'apc') and leave the rest unchanged?

Also, how do I configure Cache Router to utilize a hierarchy of two or even three levels of caching (e.g. apc - memcache - disk, as suggested in the MySQL Performance Blog).

Maybe other users can contribute their experiences, also.

Thank you & greetings, -asb

Comments

Carlos Miranda Levy’s picture

You can find examples by the module's author for apc, memcache and xcache at:
http://www.achieveinternet.com/blogs/apc/drupal-caching-cache-router

jmseigneur’s picture

It would be also helpful to know which cache technology should be used with the different standard Drupal caches. For example, it seems that APC should be used for cache_user cache_system cache_variables and the Memcache should be used for cache_field cache_menu cache_views. I'm not sur about cache_filter cache_page cache_content cache_taxonomy cache_form cache_update cache_block

Any advice?

Jānis Bebrītis’s picture