public class FxBackingCacheProviderFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY
Name of the environment property to set to force a provider
|
Constructor and Description |
---|
FxBackingCacheProviderFactory() |
Modifier and Type | Method and Description |
---|---|
static FxBackingCacheProvider |
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
|
public static final java.lang.String KEY
public static FxBackingCacheProvider createNew()