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

org.exoplatform.services.cache.impl.jboss
Class AbstractExoCacheConfig

java.lang.Object
  extended by org.exoplatform.services.cache.ExoCacheConfig
      extended by 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

Field Summary
 Boolean allowShareableCache
          Indicate whether the JBossCache instance used for this cache can be shared
 
Fields inherited from class org.exoplatform.services.cache.ExoCacheConfig
avoidValueReplication
 
Constructor Summary
AbstractExoCacheConfig()
           
 
Method Summary
 Boolean getAllowShareableCache()
           
 void setAllowShareableCache(Boolean allowShareableCache)
           
 
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
 

Field Detail

allowShareableCache

public Boolean allowShareableCache
Indicate whether the JBossCache instance used for this cache can be shared

Constructor Detail

AbstractExoCacheConfig

public AbstractExoCacheConfig()
Method Detail

getAllowShareableCache

public Boolean getAllowShareableCache()

setAllowShareableCache

public void setAllowShareableCache(Boolean allowShareableCache)

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

Copyright © 2013 eXo Platform SAS. All Rights Reserved.