Lynkeos
|
Class used to cache any kind of object. More...
#import <Foundation/Foundation.h>
Classes | |
class | LynkeosObjectCache |
This class caches any kind of object. More... | |
Enumerations | |
enum | { ReadRefresh = 0x0001, WriteRefresh = 0x0002 } |
Policy for refreshing the cache (ie: putting an object on top of the cache) | |
enum | CacheCapacityStrategy_t { CacheNumberOfObjects = 0, CacheMemorySize } |
Cache strategy for maximum capacity. | |
Class used to cache any kind of object.