Uses of Interface
com.tangosol.coherence.jcache.common.InternalConverter
Package
Description
Common utilities used by Coherence JCache.
Contains classes related to local cache implementation of Coherence JCache.
-
Uses of InternalConverter in com.tangosol.coherence.jcache.common
Modifier and TypeClassDescriptionclass
AnInternalConverter
that uses two CoherenceConverter
s as a means of performing conversions to and from internal representations.class
AnInternalConverter
that simply returns a reference to the provided value.class
AnInternalConverter
that converts values to and from their Coherence-based serializedBinary
representation. -
Uses of InternalConverter in com.tangosol.coherence.jcache.localcache
Modifier and TypeMethodDescriptionLocalCache.getKeyConverter()
Get key converter for this.LocalCache.getValueConverter()
Get value converter for this.