org.exoplatform.services.cache.impl.jboss
Class AbstractExoCacheConfig
java.lang.Object
org.exoplatform.services.cache.ExoCacheConfig
org.exoplatform.services.cache.impl.jboss.AbstractExoCacheConfig
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- EAExoCacheConfig, FIFOExoCacheConfig, LFUExoCacheConfig, LRUExoCacheConfig, MRUExoCacheConfig
public abstract class AbstractExoCacheConfig
- extends ExoCacheConfig
The parent class of all the existing ExoCacheConfig available for the JBossCache
implementation of the eXo Cache
- Version:
- $Id$
- Author:
- Nicolas Filotto
| 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 |
allowShareableCache
public Boolean allowShareableCache
- Indicate whether the JBossCache instance used for this cache can be shared
AbstractExoCacheConfig
public AbstractExoCacheConfig()
getAllowShareableCache
public Boolean getAllowShareableCache()
setAllowShareableCache
public void setAllowShareableCache(Boolean allowShareableCache)
Copyright © 2012 eXo Platform SAS. All Rights Reserved.