#include <CachedFactory.h>
Protected Member Functions | |
virtual | ~EvictRandom () |
void | onCreate (const DT &) |
void | onFetch (const DT &) |
void | onRelease (const DT &key) |
void | onDestroy (const DT &key) |
void | evict () |
const char * | name () |
Implementation of the Random algorithm as described in http://en.wikipedia.org/wiki/Page_replacement_algorithms .
Definition at line 485 of file CachedFactory.h.