| Constructor and Description |
|---|
StringTranscoder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
asyncDecode(net.spy.memcached.CachedData d) |
String |
decode(net.spy.memcached.CachedData d) |
net.spy.memcached.CachedData |
encode(String o) |
int |
getMaxSize() |
public boolean asyncDecode(net.spy.memcached.CachedData d)
asyncDecode in interface net.spy.memcached.transcoders.Transcoder<String>public net.spy.memcached.CachedData encode(String o)
encode in interface net.spy.memcached.transcoders.Transcoder<String>public String decode(net.spy.memcached.CachedData d)
decode in interface net.spy.memcached.transcoders.Transcoder<String>public int getMaxSize()
getMaxSize in interface net.spy.memcached.transcoders.Transcoder<String>Copyright © 2021. All rights reserved.