Interface CoherenceBasedConfiguration<K,V>

Type Parameters:
K - the type of the Cache keys
V - the type of the Cache values
All Superinterfaces:
javax.cache.configuration.Configuration<K,V>, Serializable
All Known Subinterfaces:
CoherenceBasedCompleteConfiguration<K,V>
All Known Implementing Classes:
AbstractCoherenceBasedCompleteConfiguration, LocalCacheConfiguration, PartitionedCacheConfiguration, PassThroughCacheConfiguration, RemoteCacheConfiguration

public interface CoherenceBasedConfiguration<K,V> extends javax.cache.configuration.Configuration<K,V>
A Configuration for a CoherenceBasedCache.

Caches produced by an implementation of this configuration are not guaranteed to be compliant to the JCache specification.

Only configurations that additionally implement the appropriate JCache configuration interface(s), namely the CompleteConfiguration interface, are guaranteed to be compliant.

Since:
Coherence 12.1.3
Author:
bo 2013.10.22
See Also: