Uses of Class
com.tangosol.net.cache.LocalCache
-
Packages that use LocalCache 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 LocalCache in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return LocalCache Modifier and Type Method Description LocalCache
LocalScheme. realizeMap(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
Realize aMap
based on the state of theMapBuilder
, resolvable parameters and providedMapBuilder.Dependencies
. -
Uses of LocalCache in com.tangosol.net
Methods in com.tangosol.net that return LocalCache Modifier and Type Method Description protected LocalCache
DefaultConfigurableCacheFactory. instantiateLocalCache(int cUnits, int cExpiryMillis)
Deprecated.Construct a LocalCache using the specified parameters.
-