Packageorg.openzoom.flash.utils
Interfacepublic interface ICacheItem extends IComparable, IDisposable

Interface for a type that can stored in a cache.



Public Methods
 MethodDefined by
 Inherited
compareTo(other:*):int
Compares this object with the specified object for order.
IComparable
 Inherited
dispose():void
Releases all resources this object holds on to.
IDisposable