Uses of Interface
com.tangosol.net.CacheFactoryBuilder
-
Packages that use CacheFactoryBuilder Package Description com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of CacheFactoryBuilder in com.tangosol.net
Classes in com.tangosol.net that implement CacheFactoryBuilder Modifier and Type Class Description class
DefaultCacheFactoryBuilder
DefaultCacheFactoryBuilder
is the default implementation ofCacheFactoryBuilder
.class
ScopedCacheFactoryBuilder
Implementation ofCacheFactoryBuilder
that manages multiple instances ofConfigurableCacheFactory
.class
SingletonCacheFactoryBuilder
Implementation ofCacheFactoryBuilder
that maintains a singleConfigurableCacheFactory
instance regardless of the requesting ClassLoader if a URI is not provided.Methods in com.tangosol.net that return CacheFactoryBuilder Modifier and Type Method Description static CacheFactoryBuilder
CacheFactory. getCacheFactoryBuilder()
Obtain the CacheFactoryBuilder singleton using the configuration info from the "cache-factory-builder-config" element.CacheFactoryBuilder
DefaultCacheServer.LifecycleContext. getCacheFactoryBuilder()
Methods in com.tangosol.net with parameters of type CacheFactoryBuilder Modifier and Type Method Description static void
CacheFactory. setCacheFactoryBuilder(CacheFactoryBuilder cfb)
Specify a singleton CacheFactoryBuilder.
-