Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCacheFactoryBuilder
DefaultCacheFactoryBuilder is the default implementation of CacheFactoryBuilder . |
class |
ScopedCacheFactoryBuilder
Implementation of
CacheFactoryBuilder that manages multiple
instances of ConfigurableCacheFactory . |
class |
SingletonCacheFactoryBuilder
Implementation of
CacheFactoryBuilder that maintains a single
ConfigurableCacheFactory instance regardless of the requesting
ClassLoader if a URI is not provided. |
Modifier and Type | Method and Description |
---|---|
static CacheFactoryBuilder |
CacheFactory.getCacheFactoryBuilder()
Obtain the CacheFactoryBuilder singleton using the configuration
info from the "cache-factory-builder-config" element.
|
CacheFactoryBuilder |
DefaultCacheServer.LifecycleContext.getCacheFactoryBuilder() |
Modifier and Type | Method and Description |
---|---|
static void |
CacheFactory.setCacheFactoryBuilder(CacheFactoryBuilder cfb)
Specify a singleton CacheFactoryBuilder.
|