org.exoplatform.services.cache.impl.jboss.lru
Class LRUExoCacheConfig

java.lang.Object
  extended by org.exoplatform.services.cache.ExoCacheConfig
      extended by org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheConfig
All Implemented Interfaces:
java.lang.Cloneable

public class LRUExoCacheConfig
extends ExoCacheConfig

The ExoCacheConfig for the LRU implementation Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil. 2009


Constructor Summary
LRUExoCacheConfig()
           
 
Method Summary
 int getMaxAgeSeconds()
           
 int getMaxNodes()
           
 int getTimeToLiveSeconds()
           
 void setMaxAgeSeconds(int maxAgeSeconds)
           
 void setMaxNodes(int maxNodes)
           
 void setTimeToLiveSeconds(int timeToLiveSeconds)
           
 
Methods inherited from class org.exoplatform.services.cache.ExoCacheConfig
clone, getImplementation, getLabel, getLiveTime, getMaxSize, getName, isDistributed, isLogEnabled, isRepicated, 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

LRUExoCacheConfig

public LRUExoCacheConfig()
Method Detail

getMaxNodes

public int getMaxNodes()

setMaxNodes

public void setMaxNodes(int maxNodes)

getTimeToLiveSeconds

public int getTimeToLiveSeconds()

setTimeToLiveSeconds

public void setTimeToLiveSeconds(int timeToLiveSeconds)

getMaxAgeSeconds

public int getMaxAgeSeconds()

setMaxAgeSeconds

public void setMaxAgeSeconds(int maxAgeSeconds)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.