All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
cache Directory Reference

Files

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