Class MCExoCacheConfig
- java.lang.Object
-
- org.exoplatform.services.cache.ExoCacheConfig
-
- org.exoplatform.services.cache.impl.memcached.MCExoCacheConfig
-
- All Implemented Interfaces:
Cloneable
public class MCExoCacheConfig extends org.exoplatform.services.cache.ExoCacheConfigTheExoCacheConfigfor the LRU expiration algorithm implementation- Version:
- $Id$
- Author:
- Nicolas Filotto
-
-
Constructor Summary
Constructors Constructor Description MCExoCacheConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetExpirationTimeout()voidsetExpirationTimeout(long expirationTimeout)-
Methods inherited from class org.exoplatform.services.cache.ExoCacheConfig
avoidValueReplication, clone, getCacheMode, getImplementation, getLabel, getLiveTime, getMaxSize, getName, isAsync, isDistributed, isInvalidated, isLogEnabled, isRepicated, setCacheMode, setDistributed, setImplementation, setLabel, setLiveTime, setLogEnabled, setMaxSize, setName, setReplicated
-
-