Uses of Interface
com.tangosol.net.CacheFactoryBuilder
-
Uses of CacheFactoryBuilder in com.tangosol.net
Modifier and TypeClassDescriptionclass
DefaultCacheFactoryBuilder
is the default implementation ofCacheFactoryBuilder
.class
Implementation ofCacheFactoryBuilder
that manages multiple instances ofConfigurableCacheFactory
.class
Implementation ofCacheFactoryBuilder
that maintains a singleConfigurableCacheFactory
instance regardless of the requesting ClassLoader if a URI is not provided.Modifier and TypeMethodDescriptionstatic CacheFactoryBuilder
CacheFactory.getCacheFactoryBuilder()
Obtain the CacheFactoryBuilder singleton using the configuration info from the "cache-factory-builder-config" element.DefaultCacheServer.LifecycleContext.getCacheFactoryBuilder()
Modifier and TypeMethodDescriptionstatic void
CacheFactory.setCacheFactoryBuilder
(CacheFactoryBuilder cfb) Specify a singleton CacheFactoryBuilder.