cache Directory Reference

Files

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