Furrballs v0.0.1
A Caching and Storage Solution
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NFurrball
 CARCPolicyImplements 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
 CFactoryTemplated derived class for specific factories
 CFurrBallA Cache with size_t as Keys, void* as values and ARC eviction policy
 CImplDetail
 CIFactoryBase class for factories
 CLFUPolicyImplements the LFU eviction policy
 CLoggerBasic Logger
 CLRUPolicyImplements the LRU eviction policy
 CMemoryManager
 CS3FIFOPolicyImplements the S3FIFO eviction policy
 CStaticFactoryWrapperWrapper class to manage factories