Caches 0.1.0
LRU/LFU/FIFO Caches library
Loading...
Searching...
No Matches
Classes
fifo_cache_policy.hpp File Reference

FIFO cache policy implementation. More...

#include "cache_policy.hpp"
#include <list>
#include <unordered_map>
Include dependency graph for fifo_cache_policy.hpp:

Go to the source code of this file.

Classes

class  caches::FIFOCachePolicy< Key >
 FIFO (First in, first out) cache policy. More...
 

Detailed Description

FIFO cache policy implementation.