Package | Description |
---|---|
org.apache.batik.ext.awt.image.rendered |
Modifier and Type | Field and Description |
---|---|
protected LRUCache.LRUNode |
TileLRUMember.myNode |
Modifier and Type | Method and Description |
---|---|
LRUCache.LRUNode |
LRUCache.LRUObj.lruGet()
Called to get the LRU node for this object.
|
LRUCache.LRUNode |
TileLRUMember.lruGet() |
Modifier and Type | Method and Description |
---|---|
void |
LRUCache.LRUObj.lruSet(LRUCache.LRUNode nde)
Called when the object first becomes active in the LRU cache.
|
void |
TileLRUMember.lruSet(LRUCache.LRUNode nde) |