|
Cachemere
Modular Caching Library for C++
|
Iterator for iterating over cache items in the order they should be evicted. More...
#include <eviction_gdsf.h>
Public Member Functions | |
| VictimIterator (PrioritySetIt 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.
1.8.17