| Package | Description |
|---|---|
| com.google.code.ssm.providers | |
| com.google.code.ssm.providers.xmemcached | |
| com.google.code.ssm.transcoders |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedObjectImpl |
| Modifier and Type | Method and Description |
|---|---|
CachedObject |
CacheTranscoder.encode(Object o)
Encodes object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
CacheTranscoder.decode(CachedObject data)
Decodes cached object.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
CachedObjectWrapper |
| Modifier and Type | Method and Description |
|---|---|
CachedObject |
JavaTranscoder.encode(Object o) |
CachedObject |
JsonTranscoder.encode(Object o) |
CachedObject |
LongToStringTranscoder.encode(Object o) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JsonTranscoder.asyncDecode(CachedObject data) |
Object |
JavaTranscoder.decode(CachedObject d) |
Object |
JsonTranscoder.decode(CachedObject data) |
Object |
LongToStringTranscoder.decode(CachedObject data) |
Copyright © 2019. All rights reserved.