Uses of Interface
com.tangosol.coherence.jcache.common.InternalConverter
Packages that use 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
Classes in com.tangosol.coherence.jcache.common that implement InternalConverterModifier and TypeClassDescriptionclassAnInternalConverterthat uses two CoherenceConverters as a means of performing conversions to and from internal representations.classAnInternalConverterthat simply returns a reference to the provided value.classAnInternalConverterthat converts values to and from their Coherence-based serializedBinaryrepresentation. - 
Uses of InternalConverter in com.tangosol.coherence.jcache.localcache
Methods in com.tangosol.coherence.jcache.localcache that return InternalConverterModifier and TypeMethodDescriptionLocalCache.getKeyConverter()Get key converter for this.LocalCache.getValueConverter()Get value converter for this.