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

thedavidmeister’s picture

Status: Active » Fixed

"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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.