public interface DfeCache
DfeApi
to cache results.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
|
void put(java.net.URI key, de.onyxbits.raccoon.proto.ResponseWrapper val, long ttl)
key
- keyval
- valuettl
- time to live (in seconds).de.onyxbits.raccoon.proto.ResponseWrapper get(java.net.URI key)
key
- key