org.apache.jcs.engine.memory
Interface MemoryCache

All Superinterfaces:
IMemoryCache
All Known Implementing Classes:
AbstractDoulbeLinkedListMemoryCache, AbstractMemoryCache, FIFOMemoryCache, LHMLRUMemoryCache, LRUMemoryCache, MRUMemoryCache

public interface MemoryCache
extends IMemoryCache

For the framework. Insures methods a MemoryCache needs to access. Not sure why we use this. Should use the IMemoryCache interface. I'll change it later.

This extends IMemoryCache. There was an aborted attempt to change the interface naming convention to not use the "I" prefix. At this point, there are too many "I" interfaces to get rid of.


Method Summary
 
Methods inherited from interface org.apache.jcs.engine.memory.behavior.IMemoryCache
dispose, freeElements, get, getCacheAttributes, getCompositeCache, getGroupKeys, getIterator, getKeyArray, getMultiple, getQuiet, getSize, getStatistics, initialize, remove, removeAll, setCacheAttributes, update, waterfal
 



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.