#import <CC3Cache.h>
Properties | |
NSString * | name |
Additional Inherited Members | |
Instance Methods inherited from <CC3Object> | |
(id) | - asWeakReference |
(NSString *) | - fullDescription |
(id) | - resolveWeakReference |
Defines the behaviour required for an object that can be held in a cache.
Within a cache, objects are stored and retrieved by name. A cache uses the cacheable object's name property to extract the name under which the object will be identified within the cache. Each object must have a unique name.
|
readnonatomicretain |
A unique name to be used by the cache to store and retrieve this object.