Hello

Is there something special that needs to be done in order to cache Views?

I have this in my settings.php:
include_once('./includes/cache.inc');
include_once('./sites/all/modules/memcache/memcache.inc');
$conf['cache_default_class'] = 'MemCacheDrupal';
$conf['memcache_key_prefix'] = 'something_unique1231';

My stats say this on one of my views:

action bin key hit
getMulti cache_views something_unique1231-cache_views-ctools_export%3Aviews_view%3Akalender_oversigt 0

Comments

supermoos’s picture

Issue summary: View changes

change

Jeremy’s picture

Issue summary: View changes
Status: Active » Fixed

Please upgrade to memcache-7.x-1.1-beta3 (or later) and try again. There's far better error reporting that should make misconfigurations more obvious and easier to resolve.

In your case, refer to README.txt to see how the cache should be configured.

Status: Fixed » Closed (fixed)

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