public interface KeyValueCache
| Modifier and Type | Method and Description |
|---|---|
String |
get(String key)
Returns a cached key
|
void |
invalidate()
Invalidates the cache
|
boolean |
isCached(String key)
Returns true, if cached and valid
|
void |
put(String key,
String value)
Puts a value in the cache
|
boolean isCached(String key)
key - void invalidate()
Copyright © 2015. All Rights Reserved.