46#import <Foundation/Foundation.h>
67- (id)initWithPList:(
id)pList;
68- (id)pListRepresentation;
70- (id)objectForKey:(
id)key;
71- (void)setObject:(
id)value forKey:(
id)key;
72- (void)removeObjectForKey:(
id)key;
74- (void)setPruneThreshold:(
unsigned)threshold;
75- (unsigned)pruneThreshold;
77- (void)setAutoPrune:(BOOL)flag;
86- (void)setName:(NSString *)name;
88- (NSArray *) objectsByAge;
@ kOOCacheDefaultPruneThreshold
@ kOOCacheMinimumPruneThreshold
struct OOCacheImpl * cache