ECCacheItem


Abstract

Represents an item with the

Discussion

In addition to the object to cache, this instance also contains statistic data. At present this is the cache reference count only.

Methods

-cachedObject
-cacheReferenceCount
-decrementCacheReferenceCount
decrements the internal reference count.
-incrementCacheReferenceCount
increments the internal reference count

cachedObject


- cachedObject;
method result
returns the cached object

cacheReferenceCount


- (unsigned int) cacheReferenceCount;
method result
returns the internal reference count

decrementCacheReferenceCount


decrements the internal reference count.

- (unsigned int) decrementCacheReferenceCount;
method result
returns the resulting reference count

incrementCacheReferenceCount


increments the internal reference count

- (void) incrementCacheReferenceCount;

(Last Updated November 08, 2007)