Closed (works as designed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Views Data
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2008 at 20:04 UTC
Updated:
2 Dec 2008 at 17:31 UTC
Any chance of implementing the hook to get the Memcache API to recognize the views cache?
function hook_views_caches() {
return array('cache_views');
}
Comments
Comment #1
merlinofchaos commentedAccording to the memcache documentation, it's hook_devel_caches. But that's for D5; in D6, that was deprecated in favor of hook_flush_caches, which Views implements.
I did a quick scan through memcache's D6 code and I can't find any references to this, so as far as I know, everything is set up as it should be.