Closed (works as designed)
Project:
Memcache API and Integration
Version:
7.x-1.x-dev
Component:
memcache.inc
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2012 at 13:23 UTC
Updated:
22 Feb 2013 at 19:26 UTC
Comments
Comment #1
vacilando commentedSame problem with the latest dev release.
Comment #2
alanmackenzie commentedIt's true that there's data left in the cache_forms table but this doesn't mean that memcache is not working.
If you add more fields/content and monitor the out-put of
SELECT COUNT(*) FROM cache_field;through-out you'll see that this table does not get any bigger. Additionally you can see the output memcache admin confirm that cache_form is getting hits.If you really want to you can
TRUNCATE cache_field;.I think we should close this issue as (works as designed) if you don't have a strong suspicion I'm wrong.
Comment #3
erikwebb commented