Tuesday, July 17, 2012

Re: Cache::delete not working.

More than a year, have you solved or find out a solution to this issue?

On Monday, 23 May 2011 12:44:44 UTC+8, Krissy Masters wrote:

Not sure why it won't delete.

 

I even handcoded it and put the code in the controller view function to test out that there was a cache key, so I know its being read but nothing.

 

$read_me = Cache::read( 'info_'.$cache_id, 'inmemory');

 

debug($read_me);

//shows full data set check memcache key and yep its there

 

 

Cache::delete( 'info_'.$cache_id, 'inmemory');

 

Still there..no new call to fetch the data to re-cache it it just never deletes.

Debug 0

 

Any ideas?

 

 

 

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: