Package org.exoplatform.services.cache
Class SimpleExoCache<K extends Serializable,V>
- java.lang.Object
-
- org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache<K,V>
-
- org.exoplatform.services.cache.SimpleExoCache<K,V>
-
- All Implemented Interfaces:
ExoCache<K,V>
@Deprecated public class SimpleExoCache<K extends Serializable,V> extends ConcurrentFIFOExoCache<K,V>
Deprecated.useConcurrentFIFOExoCacheinsteadCreated by The eXo Platform SAS Author : Tuan Nguyen tuan08@users.sourceforge.net Sat, Sep 13, 2003 @ Time: 1:12:22 PM
-
-
Constructor Summary
Constructors Constructor Description SimpleExoCache()Deprecated.SimpleExoCache(int maxSize)Deprecated.SimpleExoCache(String name, int maxSize)Deprecated.
-
Method Summary
-
Methods inherited from class org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
addCacheListener, assertConsistent, clearCache, get, getCachedObjects, getCacheHit, getCacheMiss, getCacheSize, getLabel, getListeners, getLiveTime, getLiveTimeMillis, getMaxSize, getName, isLogEnabled, onClearCache, onExpire, onGet, onPut, onPutLocal, onRemove, put, putLocal, putMap, remove, removeCachedObjects, select, setLabel, setLiveTime, setLiveTimeMillis, setLogEnabled, setMaxSize, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.exoplatform.services.cache.ExoCache
putAsyncMap, removeLocal
-
-
-
-
Constructor Detail
-
SimpleExoCache
public SimpleExoCache(int maxSize)
Deprecated.
-
SimpleExoCache
public SimpleExoCache()
Deprecated.
-
SimpleExoCache
public SimpleExoCache(String name, int maxSize)
Deprecated.
-
-