Uses of Interface
com.tangosol.coherence.jcache.CoherenceBasedConfiguration
Packages that use CoherenceBasedConfiguration
Package
Description
Contains classes related to Coherence JCache.
Contains classes related to local cache implementation of Coherence JCache.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains classes related to pass-through cache implementation of Coherence JCache.
Contains classes related to remote cache implementation of Coherence JCache.
-
Uses of CoherenceBasedConfiguration in com.tangosol.coherence.jcache
Classes in com.tangosol.coherence.jcache with type parameters of type CoherenceBasedConfigurationModifier and TypeClassDescriptionclassAbstractCoherenceBasedCache<K,V, C extends CoherenceBasedConfiguration<K, V>> The base implementation of aCoherenceBasedCache.Subinterfaces of CoherenceBasedConfiguration in com.tangosol.coherence.jcacheModifier and TypeInterfaceDescriptioninterfaceAn Coherence-basedCompleteConfigurationthat provides setter methods.Classes in com.tangosol.coherence.jcache that implement CoherenceBasedConfigurationModifier and TypeClassDescriptionclassA base implementation of aCoherenceBasedCompleteConfiguration.Fields in com.tangosol.coherence.jcache declared as CoherenceBasedConfigurationModifier and TypeFieldDescriptionprotected CAbstractCoherenceBasedCache.m_configurationTheConfigurationfor theCoherenceBasedCache.Methods in com.tangosol.coherence.jcache that return CoherenceBasedConfigurationModifier and TypeMethodDescriptionprotected <K,V> CoherenceBasedConfiguration <K, V> CoherenceBasedCachingProvider.convertConfiguration(javax.cache.configuration.Configuration<K, V> cfg, ClassLoader classLoader) Converts aConfigurationinto aCoherenceBasedConfigurationso that we may createCoherenceBasedCaches. -
Uses of CoherenceBasedConfiguration in com.tangosol.coherence.jcache.localcache
Classes in com.tangosol.coherence.jcache.localcache that implement CoherenceBasedConfigurationModifier and TypeClassDescriptionclassAConfigurationfor aCachebased on a Coherence <local-scheme>, or more specifically an in-processNamedCache. -
Uses of CoherenceBasedConfiguration in com.tangosol.coherence.jcache.partitionedcache
Classes in com.tangosol.coherence.jcache.partitionedcache that implement CoherenceBasedConfigurationModifier and TypeClassDescriptionclassAConfigurationfor aCachebased on a Coherence <distributed-scheme> or more specifically a partitioned (aka: distributed)NamedCache. -
Uses of CoherenceBasedConfiguration in com.tangosol.coherence.jcache.passthroughcache
Classes in com.tangosol.coherence.jcache.passthroughcache that implement CoherenceBasedConfigurationModifier and TypeClassDescriptionclass -
Uses of CoherenceBasedConfiguration in com.tangosol.coherence.jcache.remotecache
Classes in com.tangosol.coherence.jcache.remotecache that implement CoherenceBasedConfigurationModifier and TypeClassDescriptionclassAConfigurationfor aCachebased on a Coherence <remote-scheme>, or more specifically aNamedCache.