Package | Description |
---|---|
com.flexive.shared.cache |
A generic cache provider.
|
com.flexive.shared.cache.impl |
Cache implementation based on JBossCache.
|
Modifier and Type | Method and Description |
---|---|
static FxBackingCacheProvider |
FxBackingCacheProviderFactory.createNew()
Factory method to create a new FxBackingCacheProvider
Strategy used in this order in case of failure:
if System property is set try to obtain a new instance of the given class
try to get a JNDI TreeCache instance with key "FxJBossTreeCache"
create a local TreeCache MBean
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBackingCacheProvider<T extends FxBackingCache>
Base backing cache provider implementation.
|
class |
FxJBossEmbeddedCacheProvider
JBossCache FxBackingCacheProvider
|
class |
FxJBossExternalCacheProvider
FxBackingCache Provider for a JBossCache instance registered via an external -service.xml deployment
|