| Modifier and Type | Field and Description |
|---|---|
private static int |
MAX_SIZE
Max size is maximum default memcached value size, 1MB.
|
| 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() |
private static final int MAX_SIZE
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 © 1999–2016 Shibboleth Consortium. All rights reserved.