T - the type of value to convert from and topublic interface RIInternalConverter<T>
RIInternalConverters are typically used convert cache keys and values
to and from an appropriate internal representation, that of which is managed
by a cache.
RIReferenceInternalConverter,
RISerializingInternalConverter| Modifier and Type | Method and Description |
|---|---|
T |
fromInternal(Object internal)
Converts an internal representation of a value to a value.
|
Object |
toInternal(T value)
Converts the value to an internal representation.
|
Copyright © 2019. All rights reserved.