| Package | Description | 
|---|---|
| org.apache.cxf.xkms.cache | 
| Modifier and Type | Method and Description | 
|---|---|
XKMSCacheToken | 
XKMSClientCache.get(String key)
Get an XKMSCacheToken from the cache matching the given key. 
 | 
XKMSCacheToken | 
EHCacheXKMSClientCache.get(String key)
Get an XKMSCacheToken from the cache matching the given key. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
XKMSClientCache.put(String key,
   XKMSCacheToken cacheToken)
Store an XKMSCacheToken in the Cache using the given key 
 | 
void | 
EHCacheXKMSClientCache.put(String key,
   XKMSCacheToken cacheToken)
Store an XKMSCacheToken in the Cache using the given key 
 | 
Apache CXF