Conforms to CC3Object
Declared in CC3Cache.h

Overview

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.

Tasks

Properties

name

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

@property (nonatomic, retain, readonly) NSString *name

Declared In

CC3Cache.h