Classes | |
class | Fifo |
Content Store with stats implementing FIFO cache replacement policy. More... | |
class | Lfu |
Content Store with stats implementing Least Frequently Used cache replacement policy. More... | |
class | Lru |
Content Store with stats implementing LRU cache replacement policy. More... | |
class | Random |
Content Store with stats implementing Random cache replacement policy. More... | |