Closed (fixed)
Project:
Cache Router
Version:
6.x-1.0-rc2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 May 2011 at 13:39 UTC
Updated:
30 Aug 2012 at 09:51 UTC
I was under the impression that this module allows you to specify individual cache tables in the settings so I can keep all caching for one type of cache (auth cache in my case) to a single table for better performance.
I tried specifying a prefix in the settings but that doesn't seem to do it. Can someone please point me in the right direction?
Thanks. :)
Comments
Comment #1
thedavidmeister commented"prefix" is for adding a prefix to the id of each cache object. It's used for managing multisite installs so each site in the multisite setup doesn't "bleed" into the others.
The key of the config array is the name of the table. 'default' matches everything. Using the key 'cache_views_data' for example lets you configure that one item individually.