org.exoplatform.services.cache
Class SimpleExoCache
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap
org.exoplatform.services.cache.BaseExoCache
org.exoplatform.services.cache.SimpleExoCache
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map, ExoCache
public class SimpleExoCache
- extends BaseExoCache
Created by The eXo Platform SAS Author : Tuan Nguyen
tuan08@users.sourceforge.net Sat, Sep 13, 2003 @ Time: 1:12:22 PM
- See Also:
- Serialized Form
| Methods inherited from class org.exoplatform.services.cache.BaseExoCache |
addCacheListener, clearCache, get, getCachedObjects, getCacheHit, getCacheMiss, getCacheSize, getLabel, getLiveTime, getMaxSize, getName, isDistributed, isLogEnabled, isReplicated, localClear, localPut, localRemove, put, putMap, remove, removeCachedObjects, removeEldestEntry, select, setDistributed, setLabel, setLiveTime, setLogEnabled, setMaxSize, setName, setReplicated |
| Methods inherited from class java.util.LinkedHashMap |
clear, containsValue, get |
| Methods inherited from class java.util.HashMap |
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
SimpleExoCache
public SimpleExoCache(int maxSize)
SimpleExoCache
public SimpleExoCache()
SimpleExoCache
public SimpleExoCache(java.lang.String name,
int maxSize)
createObjectCacheInfo
protected ObjectCacheInfo createObjectCacheInfo(long expTime,
java.lang.Object objToCache)
- Specified by:
createObjectCacheInfo in class BaseExoCache
Copyright © 2010 eXo Platform SAS. All Rights Reserved.