|
iiitAccessServer 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.iiit.access.server.util.Md5Cache
Global cache for MD5 sums
Method Summary | |
static String |
get(String key)
Retrieves a previously stored MD5 sum |
static void |
put(String key,
String md5sum)
Puts a new value into the cache |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void put(String key, String md5sum)
key
- the string the MD5 sum is needed for.md5sum
- the MD5 sum corresponding to the keypublic static String get(String key)
key
- the string the MD5 sum is needed for.
|
iiitAccessServer 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |