public interface KeepBaseCache
Base method all caches in KEEP need to implement
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the cache of all current members
|
boolean |
evict(java.lang.String key)
Removes an entry from cache removing a non-existing key is still a success
|
default java.lang.String |
getCachePrefix() |
boolean |
hasEntry(java.lang.String key)
Is a specific entry in the cache?
|
void clear()
Clears the cache of all current members
boolean evict(java.lang.String key)
Removes an entry from cache removing a non-existing key is still a success
key
- default java.lang.String getCachePrefix()
boolean hasEntry(java.lang.String key)
Is a specific entry in the cache?
key
-