Go to the source code of this file.
Classes | |
class | LRUVictim |
LRUVictim is the attributes class which must be a base for any CachePage type which will be cached using an LRUVictimPolicy. More... | |
class | LRUVictimPolicy< PageT > |
LRUVictimPolicy implements the least-recently-used policy for cache victimization. More... |