Files | |
AbstractCachePolicy.h | |
This class is used to set the main functions of a cache policy. | |
AbstractCachePolicyFactory.h | |
This is the abstract factory for cache policy. | |
FIFOCachePolicy.h | |
This class is used to implement the FIFO cache policy. | |
FIFOCachePolicyFactory.h | |
This is the concrete factory for the FIFO cache policy. | |
LFUCachePolicy.h | |
This class is used to implement the LFU cache policy. | |
LFUCachePolicyFactory.h | |
This is the concrete factory for the LFU cache policy. | |