org.apache.avalon.excalibur.cache
Class TimeMapLRUCache

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

public class TimeMapLRUCache
extends DefaultCache

TimeMapLRUCache.

Author:
Alexis Agahi

Fields inherited from class org.apache.avalon.excalibur.cache.AbstractCache
m_listeners
 
Constructor Summary
TimeMapLRUCache(CacheStore store)
           
TimeMapLRUCache(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

TimeMapLRUCache

public TimeMapLRUCache(int capacity)

TimeMapLRUCache

public TimeMapLRUCache(CacheStore store)


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.