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.ExoCacheConfig
The ExoCacheConfig for the LRU expiration algorithm implementation
Version:
$Id$
Author:
Nicolas Filotto
  • Field Summary

    Fields inherited from class org.exoplatform.services.cache.ExoCacheConfig

    avoidValueReplication
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    void
    setExpirationTimeout(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

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MCExoCacheConfig

      public MCExoCacheConfig()
  • Method Details

    • getExpirationTimeout

      public long getExpirationTimeout()
    • setExpirationTimeout

      public void setExpirationTimeout(long expirationTimeout)