|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.triactive.jdo.store.request.RequestCache
A cache of request objects.
Method Summary | |
void |
clear()
Clears this request cache. |
static RequestCache |
getInstance()
Returns the singleton instance of the request cache. |
Request |
getRequest(Request.Id id)
Returns a request object having the given request identifier. |
int |
size()
Returns the current number of entries in this request cache. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static RequestCache getInstance()
public Request getRequest(Request.Id id)
id
- The request identifier.
public int size()
public void clear()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |