|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ten60.netkernel.module.MappingCache
Quick lookup cache for the request resolution process
Constructor Summary | |
MappingCache(int aSize)
Creates a new instance of MappingCache |
Method Summary | |
MappedRequest |
get(URRequest aRequest)
try to find how the requests will be resolved from the cache |
void |
put(URRequest aRequest,
MappedRequest aMapped)
once a resolution has been performed it can be added to the cache |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MappingCache(int aSize)
Method Detail |
public MappedRequest get(URRequest aRequest)
public void put(URRequest aRequest, MappedRequest aMapped)
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |