Lynkeos
Classes | Enumerations
LynkeosObjectCache.h File Reference

Class used to cache any kind of object. More...

#import <Foundation/Foundation.h>
Include dependency graph for LynkeosObjectCache.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Class used to cache any kind of object.