CC3Cacheable Protocol Reference
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.