Package | Description |
---|---|
com.tangosol.coherence.jcache.common |
Common utilities used by Coherence JCache.
|
com.tangosol.coherence.jcache.localcache |
Contains classes related to local cache implementation of Coherence JCache.
|
Modifier and Type | Class and Description |
---|---|
class |
CoherenceConverterAdapter<T>
An
InternalConverter that uses two Coherence Converter s
as a means of performing conversions to and from internal representations. |
class |
ReferenceInternalConverter<T>
An
InternalConverter that simply returns a reference to the
provided value. |
class |
SerializingInternalConverter<T>
An
InternalConverter that converts values to and from their
Coherence-based serialized Binary representation. |
Modifier and Type | Method and Description |
---|---|
InternalConverter<K> |
LocalCache.getKeyConverter()
Get key converter for this.
|
InternalConverter<V> |
LocalCache.getValueConverter()
Get value converter for this.
|