org.apache.batik.ext.awt.image.rendered
public interface LRUCache.LRUObj
Method Summary | |
---|---|
LRUCache.LRUNode | lruGet()
Called to get the LRU node for this object. |
void | lruRemove()
Called to inform the object that it is no longer in the cache. |
void | lruSet(LRUCache.LRUNode nde)
Called when the object first becomes active in the LRU cache. |
Parameters: nde The LRU cache node associated with this object. should be remembered so it can be returned by lruGet.