ECCache


Class used for a simple caching.
Superclass: ECObject



At present the underlying mechanism is very simple: If the object has a reference counter value of greater/equal 1 then the object relies in the dictionary. If the counter equals 0 then the object will be removed.

Please note that the "reference counter" mentioned here refers to cache-internal counter and not to that of an object in general.



(Last Updated November 08, 2007)
HTML documentation generated by HeaderDoc