public class RequestCache extends java.lang.Object
static int
RESERVED
RequestCache()
boolean
containsKey(java.lang.Integer id)
void
decSize()
java.lang.String
get(java.lang.Integer seq)
long
getTime()
put(java.lang.Integer seq, java.lang.String arg)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final int RESERVED
public RequestCache()
public void put(java.lang.Integer seq, java.lang.String arg)
public java.lang.String get(java.lang.Integer seq)
public int size()
public boolean containsKey(java.lang.Integer id)
public long getTime()
public void decSize()