Internal
Constructs a new NamedCacheEntry
.
the raw key bytes
the raw value bytes
the Serializer
to use to deserialize the raw keys and values
Returns the key corresponding to this entry.
the key corresponding to this entry
Returns the value corresponding to this entry.
the value corresponding to this entry
A specialized MapEntry implementation that will lazily deserialize keys/values upon request.