Uses of Interface
com.tangosol.net.CacheFactoryBuilder
Packages that use CacheFactoryBuilder
-
Uses of CacheFactoryBuilder in com.tangosol.net
Classes in com.tangosol.net that implement CacheFactoryBuilderModifier 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.Methods in com.tangosol.net that return CacheFactoryBuilderModifier and TypeMethodDescriptionstatic CacheFactoryBuilder
CacheFactory.getCacheFactoryBuilder()
Obtain the CacheFactoryBuilder singleton using the configuration info from the "cache-factory-builder-config" element.DefaultCacheServer.LifecycleContext.getCacheFactoryBuilder()
Methods in com.tangosol.net with parameters of type CacheFactoryBuilderModifier and TypeMethodDescriptionstatic void
CacheFactory.setCacheFactoryBuilder
(CacheFactoryBuilder cfb) Specify a singleton CacheFactoryBuilder.