Class PassThroughCacheConfiguration<K,​V>

  • Type Parameters:
    K - the type of the Cache keys
    V - the type of the Cache values
    All Implemented Interfaces:
    CoherenceBasedConfiguration<K,​V>, Serializable, javax.cache.configuration.Configuration<K,​V>

    public class PassThroughCacheConfiguration<K,​V>
    extends Object
    implements CoherenceBasedConfiguration<K,​V>
    A Configuration for a Cache based on an existing Coherence NamedCache.

    Caches produced according to this configuration are not expected to be JCache-compliant. They simply provide a JCache interface (aka: wrapper) over native Coherence NamedCaches.

    Since:
    Coherence 12.1.3
    Author:
    bo 2013.10.23
    See Also:
    Serialized Form