eXo Kernel :: Cache Extension :: JBoss Cache Implementation 2.4.6-GA

org.exoplatform.services.cache.impl.jboss.ea
Class EAExoCacheConfig

java.lang.Object
  extended by org.exoplatform.services.cache.ExoCacheConfig
      extended by org.exoplatform.services.cache.impl.jboss.AbstractExoCacheConfig
          extended by org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheConfig
All Implemented Interfaces:
Cloneable

public class EAExoCacheConfig
extends AbstractExoCacheConfig

The ExoCacheConfig for the ExpirationAlgorithm implementation Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 8 mars 2010


Field Summary
 
Fields inherited from class org.exoplatform.services.cache.impl.jboss.AbstractExoCacheConfig
allowShareableCache
 
Fields inherited from class org.exoplatform.services.cache.ExoCacheConfig
avoidValueReplication
 
Constructor Summary
EAExoCacheConfig()
           
 
Method Summary
 long getExpirationTimeout()
           
 int getMaxNodes()
           
 long getMinTimeToLive()
           
 void setExpirationTimeout(long expirationTimeout)
           
 void setMaxNodes(int maxNodes)
           
 void setMinTimeToLive(long minTimeToLive)
           
 
Methods inherited from class org.exoplatform.services.cache.impl.jboss.AbstractExoCacheConfig
getAllowShareableCache, setAllowShareableCache
 
Methods inherited from class org.exoplatform.services.cache.ExoCacheConfig
avoidValueReplication, clone, getImplementation, getLabel, getLiveTime, getMaxSize, getName, isDistributed, isLogEnabled, isRepicated, setAvoidValueReplication, 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 Detail

EAExoCacheConfig

public EAExoCacheConfig()
Method Detail

getMaxNodes

public int getMaxNodes()

setMaxNodes

public void setMaxNodes(int maxNodes)

getMinTimeToLive

public long getMinTimeToLive()

setMinTimeToLive

public void setMinTimeToLive(long minTimeToLive)

getExpirationTimeout

public long getExpirationTimeout()

setExpirationTimeout

public void setExpirationTimeout(long expirationTimeout)

eXo Kernel :: Cache Extension :: JBoss Cache Implementation 2.4.6-GA

Copyright © 2013 eXo Platform SAS. All Rights Reserved.