org.apache.avalon.excalibur.cache
Class LRUCache

java.lang.Object
  |
  +--org.apache.avalon.excalibur.cache.AbstractCache
        |
        +--org.apache.avalon.excalibur.cache.DefaultCache
              |
              +--org.apache.avalon.excalibur.cache.LRUCache
All Implemented Interfaces:
Cache, org.apache.avalon.framework.component.Component

public class LRUCache
extends DefaultCache

LRUCache.

Version:
$Revision: 1.6 $ $Date: 2002/01/27 05:01:01 $
Author:
Eung-ju Park

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

LRUCache

public LRUCache(int capacity)

LRUCache

public LRUCache(CacheStore store)


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.