> Memcache evictions are based on least recently accessed items. (items > which were not used for longest time gets deleted if the memory is > exhausted). > > Is there a way to determine on a given time, for how long data is > retained? > > Another way of asking - Can I tell how old is the next item to be > evicted? Or how old was the last element evicted?
under `stats items` (I think :P) should be an evicted_time stat per slab, which tells you how recently used the most recently evicted item was. well. my memory feels sorta fuzzy after the long day, but it's in there somewhere ;)
