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;
- method result
- returns the cached object
- (unsigned int) cacheReferenceCount;
- method result
- returns the internal reference count
decrements the internal reference count.
- (unsigned int) decrementCacheReferenceCount;
- method result
- returns the resulting reference count
increments the internal reference count
- (void) incrementCacheReferenceCount;
(Last Updated August 27, 2006)