Loki
0.1.7
|
LRU aware of the time span of use. More...
#include <CachedFactory.h>
Inherits Loki::EvictionHelper< ST, DT >.
LRU aware of the time span of use.
Implementation of the Aging algorithm as described in http://en.wikipedia.org/wiki/Page_replacement_algorithms .
This method is much more costly than evict LRU so if you need extreme performance consider switching to EvictLRU