public interface XKMSClientCache extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
close() |
XKMSCacheToken |
get(String key)
Get an XKMSCacheToken from the cache matching the given key.
|
void |
put(String key,
XKMSCacheToken cacheToken)
Store an XKMSCacheToken in the Cache using the given key
|
void put(String key, XKMSCacheToken cacheToken)
XKMSCacheToken get(String key)
void close()
close
in interface AutoCloseable
close
in interface Closeable
Apache CXF