Package org.apache.cxf.xkms.cache
Interface XKMSClientCache
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
EHCacheXKMSClientCache
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Get an XKMSCacheToken from the cache matching the given key.voidput(String key, XKMSCacheToken cacheToken) Store an XKMSCacheToken in the Cache using the given key
-
Method Details
-
put
Store an XKMSCacheToken in the Cache using the given key -
get
Get an XKMSCacheToken from the cache matching the given key. Returns null if there is no such XKMSCacheToken in the cache. -
close
void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-