|
RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
|
#include <LRUCache.h>
Classes | |
| class | KeyNotFound |
Static Public Member Functions | |
| static void | printVisitor (const Node< Key, Value > &node) |
Protected Member Functions | |
| size_t | prune () |
The LRU Cache class templated by Key - key type Value - value type MapType - an associative container like std::map LockType - a lock type derived from the Lock class (default: NullLock = no synchronization)
1.8.6