16th August, 2008
Good discussion on a strategy for autoexipiring memcached objects, based on the validity of their key:
The idea is to use memcached to store objects with keys that will automatically expire when the item changes.
You basically choose a key naming strategy that semantically loads the key with model data that is bound to be invalidated in the future. This way your code doesn't need to destroy or overwrite old memcached objects.
