Cachemere
Modular Caching Library for C++
|
Iterator for iterating over cache items in the order they should be evicted. More...
#include <eviction_lru.h>
Public Types | |
using | KeyRefReverseIt = typename std::list< KeyRef >::const_reverse_iterator |
Public Member Functions | |
VictimIterator (const KeyRefReverseIt &p_Iterator) | |
const Key & | operator* () const |
VictimIterator & | operator++ () |
VictimIterator | operator++ (int) |
bool | operator== (const VictimIterator &other) const |
bool | operator!= (const VictimIterator &other) const |
Iterator for iterating over cache items in the order they should be evicted.