org.exoplatform.services.cache.impl.jboss.lru
Class LRUExoCacheConfig
java.lang.Object
org.exoplatform.services.cache.ExoCacheConfig
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
| 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 |
LRUExoCacheConfig
public LRUExoCacheConfig()
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.