Uses of Class
com.tangosol.net.cache.BundlingNamedCache
-
Packages that use BundlingNamedCache Package Description com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of BundlingNamedCache in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme with parameters of type BundlingNamedCache Modifier and Type Method Description void
BundleManager. ensureBundles(ParameterResolver resolver, BundlingNamedCache cache)
Create a BundlingNamedCache using the operation-bundling element. -
Uses of BundlingNamedCache in com.tangosol.net
Methods in com.tangosol.net that return BundlingNamedCache Modifier and Type Method Description protected BundlingNamedCache
DefaultConfigurableCacheFactory. instantiateBundlingNamedCache(NamedCache cache, XmlElement xmlBundling)
Deprecated.Create a BundlingNamedCache using the "operation-bundling" element.
-