
public interface CacheTranscoder
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(CachedObject data)
Decodes cached object.
|
CachedObject |
encode(Object o)
Encodes object.
|
Object decode(CachedObject data)
data - the cached object to decodeCachedObject encode(Object o)
o - the object to encodeCopyright © 2019. All rights reserved.