v2.0.2
Properties | List of all members
<CC3Cacheable> Protocol Reference

#import <CC3Cache.h>

Inheritance diagram for <CC3Cacheable>:
Inheritance graph
[legend]

Properties

NSString * name
 

Additional Inherited Members

- Instance Methods inherited from <CC3Object>
(id) - asWeakReference
 
(NSString *) - fullDescription
 
(id) - resolveWeakReference
 

Detailed Description

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.

Property Documentation

- (NSString*) name
readnonatomicretain

A unique name to be used by the cache to store and retrieve this object.


The documentation for this protocol was generated from the following file: