Furrballs v0.0.1
A Caching and Storage Solution
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CARCPolicy< Key, Value >Implements the ARC eviction policy TODO: Implement Adaptive Memory Pooling (AMP) You can create and manage your own cache separately by instantiating a Policy object and using it
 CFurrBallA Cache with size_t as Keys, void* as values and ARC eviction policy
 CIFactoryBase class for factories
 CFactory< Value, Args >Templated derived class for specific factories
 CFurrBall::ImplDetail
 CLFUPolicy< Key, Value >Implements the LFU eviction policy
 CLoggerBasic Logger
 CLRUPolicy< Key, Value >Implements the LRU eviction policy
 CMemoryManager
 CS3FIFOPolicy< Key, Value >Implements the S3FIFO eviction policy
 CStaticFactoryWrapperWrapper class to manage factories