public interface Codec
Modifier and Type | Method and Description |
---|---|
Object |
decodeKey(Object key) |
Object |
decodeValue(Object value) |
Object |
encodeKey(Object key) |
Metadata |
encodeMetadata(Cache<?,?> cache,
Long expires,
Long maxIdle) |
Object |
encodeValue(Object value) |
String |
getName() |
String getName()
Object encodeKey(Object key) throws CodecException
CodecException
Object encodeValue(Object value) throws CodecException
CodecException
Object decodeKey(Object key) throws CodecException
CodecException
Object decodeValue(Object value) throws CodecException
CodecException
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.