The docs don't mention this. Here is how to configure Authcache for use with memcache.db.inc, to allow fallback to DB:

# Authcache config
$conf['cache_inc'] = './sites/all/modules/authcache/authcache.inc';

# Authcache using memcache with fallback to DB
$conf['cache_inc_via_authcache'] = './sites/all/modules/memcache/memcache.db.inc';
$conf['authcache_is_db'] = TRUE;

Comments

threading_signals’s picture

Deleting my comment, since it wasn't clear.

simg’s picture

Status: Active » Closed (fixed)

Thanks for this.

I haven't actually added this to the docs because I'd want to test it to make sure it works (and I don't have the time) - this issue will serve as documentation for anyone who searches for it.

I want to get the Authcache issue queue under control so as this issue is so old, I'm closing it. You're welcome to re-open if you disagree.