Constructor and Description |
---|
DfeDebugCache(java.io.File dir) |
Modifier and Type | Method and Description |
---|---|
de.onyxbits.raccoon.proto.ResponseWrapper |
get(java.net.URI key)
Get an item from the cache
|
void |
put(java.net.URI key,
de.onyxbits.raccoon.proto.ResponseWrapper val,
long ttl)
Put an item into the cache
|
public DfeDebugCache(java.io.File dir)
dir
- where to store cache files.public void put(java.net.URI key, de.onyxbits.raccoon.proto.ResponseWrapper val, long ttl)
DfeCache