|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.apache.avalon.excalibur.cache.AbstractCache
|
+--org.apache.avalon.excalibur.cache.DefaultCache
|
+--org.apache.avalon.excalibur.cache.LRUCache
LRUCache.
| Fields inherited from class org.apache.avalon.excalibur.cache.AbstractCache |
m_listeners |
| Constructor Summary | |
LRUCache(CacheStore store)
|
|
LRUCache(int capacity)
|
|
| Methods inherited from class org.apache.avalon.excalibur.cache.DefaultCache |
capacity, clear, containsKey, get, put, remove, size |
| Methods inherited from class org.apache.avalon.excalibur.cache.AbstractCache |
addListener, notifyAdded, notifyRemoved, removeListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LRUCache(int capacity)
public LRUCache(CacheStore store)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||