Loki  0.1.7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules
Eviction policies

Gathers informations about the stored objects and choose a candidate for eviction. More...

Collaboration diagram for Eviction policies:

Classes

class  Loki::EvictLRU< DT, ST >
 Evicts least accessed objects first. More...
 
class  Loki::EvictAging< DT, ST >
 LRU aware of the time span of use. More...
 
class  Loki::EvictRandom< DT, ST >
 Evicts a random object. More...
 

Detailed Description

Gathers informations about the stored objects and choose a candidate for eviction.