Go to the source code of this file.
Classes | |
class | LRUPage |
Typedefs | |
typedef CacheImpl< CachePage, RandomVictimPolicy< CachePage >> | RandomCache |
typedef CacheImpl< LRUPage, LRUVictimPolicy< LRUPage >> | LRUCache |
typedef CacheImpl< LRUPage, LRUVictimPolicy<LRUPage>> LRUCache |
Definition at line 64 of file CacheTestBase.cpp.
typedef CacheImpl< CachePage, RandomVictimPolicy<CachePage>> RandomCache |
Definition at line 50 of file CacheTestBase.cpp.