eXo Kernel :: Cache Extension :: JBoss Cache Implementation 2.4.x-SNAPSHOT
A C D E F G I L M N O P R S

A

AbstractExoCache<K extends Serializable,V> - Class in org.exoplatform.services.cache.impl.jboss
An ExoCache implementation based on Node.
AbstractExoCache(ExoCacheConfig, Cache<K, V>, Fqn<String>) - Constructor for class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
 
AbstractExoCache.CacheEventListener - Class in org.exoplatform.services.cache.impl.jboss
 
AbstractExoCache.CacheEventListener() - Constructor for class org.exoplatform.services.cache.impl.jboss.AbstractExoCache.CacheEventListener
 
AbstractExoCacheConfig - Class in org.exoplatform.services.cache.impl.jboss
The parent class of all the existing ExoCacheConfig available for the JBossCache implementation of the eXo Cache
AbstractExoCacheConfig() - Constructor for class org.exoplatform.services.cache.impl.jboss.AbstractExoCacheConfig
 
AbstractExoCacheCreator - Class in org.exoplatform.services.cache.impl.jboss
This class is used to propose a set of common methods generally needed by ExoCacheCreator implementations
AbstractExoCacheCreator() - Constructor for class org.exoplatform.services.cache.impl.jboss.AbstractExoCacheCreator
 
addCacheListener(CacheListener<? super K, ? super V>) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
addConfig(ExoCacheFactoryConfigPlugin) - Method in class org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl
Add a list of custom configuration to register
addCreator(ExoCacheCreatorPlugin) - Method in class org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl
Add a list of creators to register
addEvictionRegion(ExoCacheConfig, Cache<Serializable, Object>, EvictionAlgorithmConfig) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCacheCreator
Create a new region to the given cache.
ALLOW_SHAREABLE_CACHE - Static variable in class org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl
Indicate whether the JBoss Cache instance used can be shared with other caches
ALLOW_SHAREABLE_CACHE_DEFAULT - Static variable in class org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl
 
allowShareableCache - Variable in class org.exoplatform.services.cache.impl.jboss.AbstractExoCacheConfig
Indicate whether the JBossCache instance used for this cache can be shared

C

cache - Variable in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
 
cleanConfigurationTemplate(Cache<Serializable, Object>, String) - Method in class org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl
Clean the configuration template to prevent conflicts
clearCache() - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
create(ExoCacheConfig, Cache<Serializable, Object>) - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator
Creates an eXo cache according to the given configuration ExoCacheConfig
create(ExoCacheConfig, Cache<Serializable, Object>) - Method in interface org.exoplatform.services.cache.impl.jboss.ExoCacheCreator
Creates an eXo cache according to the given configuration ExoCacheConfig
create(ExoCacheConfig, Cache<Serializable, Object>) - Method in class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheCreator
Creates an eXo cache according to the given configuration ExoCacheConfig
create(ExoCacheConfig, Cache<Serializable, Object>) - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheCreator
Creates an eXo cache according to the given configuration ExoCacheConfig
create(ExoCacheConfig, Cache<Serializable, Object>) - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator
Creates an eXo cache according to the given configuration ExoCacheConfig
create(ExoCacheConfig, Cache<Serializable, Object>) - Method in class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheCreator
Creates an eXo cache according to the given configuration ExoCacheConfig
create(Cache<K, V>) - Static method in class org.exoplatform.services.cache.impl.jboss.util.PrivilegedCacheHelper
Create cache in privileged mode.
createCache(ExoCacheConfig) - Method in class org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl
To create a new cache instance according to the given configuration, we follow the steps below: 1.
createCache(CacheFactory<K, V>, InputStream, boolean) - Static method in class org.exoplatform.services.cache.impl.jboss.util.PrivilegedCacheHelper
Create cache in privileged mode.
createCacheFactory() - Static method in class org.exoplatform.services.cache.impl.jboss.util.PrivilegedCacheHelper
Create cache factory in privileged mode.

D

defaultExpirationTimeout - Variable in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator
The default value for the parameter expirationTimeout
defaultMaxAge - Variable in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator
The default value for the parameter maxAge
defaultMinNodes - Variable in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheCreator
The default value for the parameter minNodes
defaultTimeToLive - Variable in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator
The default value for the parameter timeToLive

E

EAExoCacheConfig - Class in org.exoplatform.services.cache.impl.jboss.ea
The ExoCacheConfig for the ExpirationAlgorithm implementation Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 8 mars 2010
EAExoCacheConfig() - Constructor for class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheConfig
 
EAExoCacheCreator - Class in org.exoplatform.services.cache.impl.jboss.ea
The ExpirationAlgorithm Implementation of an ExoCacheCreator Created by The eXo Platform SAS Author : Nicolas Filotto nicolas.filotto@exoplatform.com 8 mars 2010
EAExoCacheCreator() - Constructor for class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator
 
EAExoCacheCreator.EAExoCache - Class in org.exoplatform.services.cache.impl.jboss.ea
The ExpirationAlgorithm implementation of an ExoCache
EAExoCacheCreator.EAExoCache(ExoCacheConfig, Cache<Serializable, Object>, Fqn<String>, ExpirationAlgorithmConfig, long) - Constructor for class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator.EAExoCache
 
endBatch(Cache<K, V>, boolean) - Static method in class org.exoplatform.services.cache.impl.jboss.util.PrivilegedCacheHelper
End batch in privileged mode.
ExoCacheCreator - Interface in org.exoplatform.services.cache.impl.jboss
This class is used to create the cache according to the given configuration ExoCacheConfig Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 20 juil.
ExoCacheCreatorPlugin - Class in org.exoplatform.services.cache.impl.jboss
This class allows us to define new creators Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 20 juil.
ExoCacheCreatorPlugin(InitParams) - Constructor for class org.exoplatform.services.cache.impl.jboss.ExoCacheCreatorPlugin
 
ExoCacheFactoryConfigPlugin - Class in org.exoplatform.services.cache.impl.jboss
This class is used to define custom configurations Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 23 juil.
ExoCacheFactoryConfigPlugin(InitParams) - Constructor for class org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryConfigPlugin
 
ExoCacheFactoryImpl - Class in org.exoplatform.services.cache.impl.jboss
This class is the JBoss Cache implementation of the ExoCacheFactory Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 17 juil.
ExoCacheFactoryImpl(ExoContainerContext, InitParams, ConfigurationManager) - Constructor for class org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl
 
EXPECTED_IMPL - Static variable in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator
The expected implementation name
EXPECTED_IMPL - Static variable in class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheCreator
The expected implementation name
EXPECTED_IMPL - Static variable in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheCreator
The expected implementation name
EXPECTED_IMPL - Static variable in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator
The expected implementation name
EXPECTED_IMPL - Static variable in class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheCreator
The expected implementation name

F

FIFOExoCacheConfig - Class in org.exoplatform.services.cache.impl.jboss.fifo
The ExoCacheConfig for the FIFO implementation Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil.
FIFOExoCacheConfig() - Constructor for class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheConfig
 
FIFOExoCacheCreator - Class in org.exoplatform.services.cache.impl.jboss.fifo
The FIFO Implementation of an ExoCacheCreator Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 20 juil.
FIFOExoCacheCreator() - Constructor for class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheCreator
 
FIFOExoCacheCreator.FIFOExoCache - Class in org.exoplatform.services.cache.impl.jboss.fifo
The FIFOAlgorithm implementation of an ExoCache
FIFOExoCacheCreator.FIFOExoCache(ExoCacheConfig, Cache<Serializable, Object>, Fqn<String>, FIFOAlgorithmConfig) - Constructor for class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheCreator.FIFOExoCache
 

G

get(Serializable) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
getAllowShareableCache() - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCacheConfig
 
getCachedObjects() - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
getCacheHit() - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
getCacheMiss() - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
getCacheSize() - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
getConfigs() - Method in class org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryConfigPlugin
Returns all the configurations defined for this ComponentPlugin
getCreators() - Method in class org.exoplatform.services.cache.impl.jboss.ExoCacheCreatorPlugin
Returns all the creators defined for this ComponentPlugin
getExoCacheCreator(ExoCacheConfig) - Method in class org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl
Returns the most relevant ExoCacheCreator according to the give configuration
getExpectedConfigType() - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator
Returns the type of ExoCacheConfig expected by the creator
getExpectedConfigType() - Method in interface org.exoplatform.services.cache.impl.jboss.ExoCacheCreator
Returns the type of ExoCacheConfig expected by the creator
getExpectedConfigType() - Method in class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheCreator
Returns the type of ExoCacheConfig expected by the creator
getExpectedConfigType() - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheCreator
Returns the type of ExoCacheConfig expected by the creator
getExpectedConfigType() - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator
Returns the type of ExoCacheConfig expected by the creator
getExpectedConfigType() - Method in class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheCreator
Returns the type of ExoCacheConfig expected by the creator
getExpectedImplementation() - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator
Returns the name of the implementation expected by the creator.
getExpectedImplementation() - Method in interface org.exoplatform.services.cache.impl.jboss.ExoCacheCreator
Returns the name of the implementation expected by the creator.
getExpectedImplementation() - Method in class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheCreator
Returns the name of the implementation expected by the creator.
getExpectedImplementation() - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheCreator
Returns the name of the implementation expected by the creator.
getExpectedImplementation() - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator
Returns the name of the implementation expected by the creator.
getExpectedImplementation() - Method in class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheCreator
Returns the name of the implementation expected by the creator.
getExpirationTimeout() - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheConfig
 
getExpirationTimeout() - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator.EAExoCache
 
getFqn(Serializable) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
Returns the Fqn related to the given name
getLabel() - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
getLiveTime() - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator.EAExoCache
 
getLiveTime() - Method in class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheCreator.FIFOExoCache
 
getLiveTime() - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheCreator.LFUExoCache
 
getLiveTime() - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator.LRUExoCache
 
getLiveTime() - Method in class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheCreator.MRUExoCache
 
getMaxAge() - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheConfig
 
getMaxAge() - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator.LRUExoCache
 
getMaxNodes() - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheConfig
 
getMaxNodes() - Method in class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheConfig
 
getMaxNodes() - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheConfig
 
getMaxNodes() - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheConfig
 
getMaxNodes() - Method in class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheConfig
 
getMaxSize() - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator.EAExoCache
 
getMaxSize() - Method in class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheCreator.FIFOExoCache
 
getMaxSize() - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheCreator.LFUExoCache
 
getMaxSize() - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator.LRUExoCache
 
getMaxSize() - Method in class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheCreator.MRUExoCache
 
getMinNodes() - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheConfig
 
getMinNodes() - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheCreator.LFUExoCache
 
getMinTimeToLive() - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheConfig
 
getMinTimeToLive() - Method in class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheConfig
 
getMinTimeToLive() - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheConfig
 
getMinTimeToLive() - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheConfig
 
getMinTimeToLive() - Method in class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheConfig
 
getName() - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
getTimeToLive() - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheConfig
 
getTimeToLive() - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator.LRUExoCache
 

I

isDistributed() - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
isLogEnabled() - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
isReplicated() - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache

L

LFUExoCacheConfig - Class in org.exoplatform.services.cache.impl.jboss.lfu
The ExoCacheConfig for the LFU implementation Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil.
LFUExoCacheConfig() - Constructor for class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheConfig
 
LFUExoCacheCreator - Class in org.exoplatform.services.cache.impl.jboss.lfu
The LFU Implementation of an ExoCacheCreator Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil.
LFUExoCacheCreator() - Constructor for class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheCreator
 
LFUExoCacheCreator.LFUExoCache - Class in org.exoplatform.services.cache.impl.jboss.lfu
The LRU implementation of an ExoCache
LFUExoCacheCreator.LFUExoCache(ExoCacheConfig, Cache<Serializable, Object>, Fqn<String>, LFUAlgorithmConfig) - Constructor for class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheCreator.LFUExoCache
 
LRUExoCacheConfig - Class in org.exoplatform.services.cache.impl.jboss.lru
The ExoCacheConfig for the LRU implementation Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil.
LRUExoCacheConfig() - Constructor for class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheConfig
 
LRUExoCacheCreator - Class in org.exoplatform.services.cache.impl.jboss.lru
The LRU Implementation of an ExoCacheCreator Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil.
LRUExoCacheCreator() - Constructor for class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator
 
LRUExoCacheCreator.LRUExoCache - Class in org.exoplatform.services.cache.impl.jboss.lru
The LRU implementation of an ExoCache
LRUExoCacheCreator.LRUExoCache(ExoCacheConfig, Cache<Serializable, Object>, Fqn<String>, LRUAlgorithmConfig) - Constructor for class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator.LRUExoCache
 

M

MRUExoCacheConfig - Class in org.exoplatform.services.cache.impl.jboss.mru
The ExoCacheConfig for the MRU implementation Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil.
MRUExoCacheConfig() - Constructor for class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheConfig
 
MRUExoCacheCreator - Class in org.exoplatform.services.cache.impl.jboss.mru
The MRU Implementation of an ExoCacheCreator Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 21 juil.
MRUExoCacheCreator() - Constructor for class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheCreator
 
MRUExoCacheCreator.MRUExoCache - Class in org.exoplatform.services.cache.impl.jboss.mru
The MRU implementation of an ExoCache
MRUExoCacheCreator.MRUExoCache(ExoCacheConfig, Cache<Serializable, Object>, Fqn<String>, MRUAlgorithmConfig) - Constructor for class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheCreator.MRUExoCache
 

N

nodeEvicted(NodeEvictedEvent) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache.CacheEventListener
 
nodeModified(NodeModifiedEvent) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache.CacheEventListener
 
nodeRemoved(NodeRemovedEvent) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache.CacheEventListener
 

O

org.exoplatform.services.cache.impl.jboss - package org.exoplatform.services.cache.impl.jboss
 
org.exoplatform.services.cache.impl.jboss.ea - package org.exoplatform.services.cache.impl.jboss.ea
 
org.exoplatform.services.cache.impl.jboss.fifo - package org.exoplatform.services.cache.impl.jboss.fifo
 
org.exoplatform.services.cache.impl.jboss.lfu - package org.exoplatform.services.cache.impl.jboss.lfu
 
org.exoplatform.services.cache.impl.jboss.lru - package org.exoplatform.services.cache.impl.jboss.lru
 
org.exoplatform.services.cache.impl.jboss.mru - package org.exoplatform.services.cache.impl.jboss.mru
 
org.exoplatform.services.cache.impl.jboss.util - package org.exoplatform.services.cache.impl.jboss.util
 

P

PrivilegedCacheHelper - Class in org.exoplatform.services.cache.impl.jboss.util
 
PrivilegedCacheHelper() - Constructor for class org.exoplatform.services.cache.impl.jboss.util.PrivilegedCacheHelper
 
put(K, V) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
put(Cache<K, V>, String, K, V) - Static method in class org.exoplatform.services.cache.impl.jboss.util.PrivilegedCacheHelper
Put in cache in privileged mode.
put(Cache<K, V>, Fqn, K, V) - Static method in class org.exoplatform.services.cache.impl.jboss.util.PrivilegedCacheHelper
Put in cache in privileged mode.
putMap(Map<? extends K, ? extends V>) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
putOnly(K, V) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
Only puts the data into the cache nothing more
putOnly(Serializable, Object) - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator.EAExoCache
We set the ExpirationAlgorithmConfig.EXPIRATION_KEY based on the expirationTimeout

R

remove(Serializable) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
removeCachedObjects() - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
removeNode(Cache<K, V>, Fqn) - Static method in class org.exoplatform.services.cache.impl.jboss.util.PrivilegedCacheHelper
Remove fomr cache in privileged mode.
rootFqn - Variable in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
 

S

select(CachedObjectSelector<? super K, ? super V>) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
setAllowShareableCache(Boolean) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCacheConfig
 
setDistributed(boolean) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
setExpirationTimeout(long) - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheConfig
 
setExpirationTimeout(long) - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator.EAExoCache
 
setLabel(String) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
setLiveTime(long) - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator.EAExoCache
 
setLiveTime(long) - Method in class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheCreator.FIFOExoCache
 
setLiveTime(long) - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheCreator.LFUExoCache
 
setLiveTime(long) - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator.LRUExoCache
 
setLiveTime(long) - Method in class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheCreator.MRUExoCache
 
setLogEnabled(boolean) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
setMaxAge(long) - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheConfig
 
setMaxAge(long) - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator.LRUExoCache
 
setMaxNodes(int) - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheConfig
 
setMaxNodes(int) - Method in class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheConfig
 
setMaxNodes(int) - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheConfig
 
setMaxNodes(int) - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheConfig
 
setMaxNodes(int) - Method in class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheConfig
 
setMaxSize(int) - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheCreator.EAExoCache
 
setMaxSize(int) - Method in class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheCreator.FIFOExoCache
 
setMaxSize(int) - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheCreator.LFUExoCache
 
setMaxSize(int) - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator.LRUExoCache
 
setMaxSize(int) - Method in class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheCreator.MRUExoCache
 
setMinNodes(int) - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheConfig
 
setMinNodes(int) - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheCreator.LFUExoCache
 
setMinTimeToLive(long) - Method in class org.exoplatform.services.cache.impl.jboss.ea.EAExoCacheConfig
 
setMinTimeToLive(long) - Method in class org.exoplatform.services.cache.impl.jboss.fifo.FIFOExoCacheConfig
 
setMinTimeToLive(long) - Method in class org.exoplatform.services.cache.impl.jboss.lfu.LFUExoCacheConfig
 
setMinTimeToLive(long) - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheConfig
 
setMinTimeToLive(long) - Method in class org.exoplatform.services.cache.impl.jboss.mru.MRUExoCacheConfig
 
setName(String) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
setReplicated(boolean) - Method in class org.exoplatform.services.cache.impl.jboss.AbstractExoCache
setTimeToLive(long) - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheConfig
 
setTimeToLive(long) - Method in class org.exoplatform.services.cache.impl.jboss.lru.LRUExoCacheCreator.LRUExoCache
 
start() - Method in class org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl
 
start(Cache<K, V>) - Static method in class org.exoplatform.services.cache.impl.jboss.util.PrivilegedCacheHelper
Start cache in privileged mode.
stop() - Method in class org.exoplatform.services.cache.impl.jboss.ExoCacheFactoryImpl
 
stop(Cache<K, V>) - Static method in class org.exoplatform.services.cache.impl.jboss.util.PrivilegedCacheHelper
Stop cache in privileged mode.

A C D E F G I L M N O P R S
eXo Kernel :: Cache Extension :: JBoss Cache Implementation 2.4.x-SNAPSHOT

Copyright © 2015 eXo Platform SAS. All Rights Reserved.