Posted by adamo on November 17, 2009 at 8:28pm
2 followers
Jump to:
| Project: | Authenticated User Page Caching (Authcache) |
| Version: | 6.x-1.x-dev |
| Component: | Documentation |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The docs don't mention this. Here is how to configure Authcache for use with memcache.db.inc, to allow fallback to DB:
<?php
# 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
#1
Deleting my comment, since it wasn't clear.