Apache CXF API

org.apache.cxf.xkms.cache
Interface XKMSClientCache

All Superinterfaces:
Closeable
All Known Implementing Classes:
EHCacheXKMSClientCache

public interface XKMSClientCache
extends Closeable


Method Summary
 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
 

Method Detail

put

void put(String key,
         XKMSCacheToken cacheToken)
Store an XKMSCacheToken in the Cache using the given key


get

XKMSCacheToken get(String key)
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:
close in interface Closeable

Apache CXF API

Apache CXF