memcache expires items based off last access.  so, if a cache fragment isn't 
hit (because the timestamp is updated), it will eventually get dropped when 
memcache needs to free up memory for newer items.

with other approaches you have to expire old cache fragments which can be 
somewhat messy/error prone.

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to