org.apache.avalon.excalibur.cache.store
Class AbstractCacheStore

java.lang.Object
  |
  +--org.apache.avalon.excalibur.cache.store.AbstractCacheStore
All Implemented Interfaces:
CacheStore
Direct Known Subclasses:
FlipSpacesStore, MemoryStore

public abstract class AbstractCacheStore
extends java.lang.Object
implements CacheStore

Author:
Eung-ju Park

Constructor Summary
AbstractCacheStore()
           
 
Method Summary
 boolean isFull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.avalon.excalibur.cache.CacheStore
capacity, containsKey, get, keys, put, remove, size
 

Constructor Detail

AbstractCacheStore

public AbstractCacheStore()
Method Detail

isFull

public boolean isFull()
Specified by:
isFull in interface CacheStore


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.