API
0.9.9
CPCache.h
Go to the documentation of this file.
1
2
@interface
CPCache
:
CPObject
3
{
4
CPDictionary
_items;
5
int
_currentPosition;
6
BOOL _totalCostCache;
7
unsigned
_implementedDelegateMethods;
8
9
CPString
_name
// @accessors(property=name);
10
int
_countLimit
// @accessors(property=countLimit);
11
int
_totalCostLimit
// @accessors(property=totalCostLimit);
12
id <CPCacheDelegate> _delegate
// @accessors(property=delegate);
13
}
14
@end
CPObject
Definition:
CPObject.j:103
CPCache
A collection-like container with discardable objects.
Definition:
CPCache.h:2
CPDictionary
A mutable key-value pair collection.
Definition:
CPDictionary.h:2
CPString
An immutable string (collection of characters).
Definition:
CPString.h:2
Foundation
CPCache.h
Generated on Fri Apr 1 2016 23:03:26 for API by
1.8.11