Uses of Class
org.apache.cxf.xkms.cache.XKMSCacheToken
-
Packages that use XKMSCacheToken Package Description org.apache.cxf.xkms.cache -
-
Uses of XKMSCacheToken in org.apache.cxf.xkms.cache
Methods in org.apache.cxf.xkms.cache that return XKMSCacheToken Modifier and Type Method Description XKMSCacheTokenEHCacheXKMSClientCache. get(String key)Get an XKMSCacheToken from the cache matching the given key.XKMSCacheTokenXKMSClientCache. get(String key)Get an XKMSCacheToken from the cache matching the given key.Methods in org.apache.cxf.xkms.cache with parameters of type XKMSCacheToken Modifier and Type Method Description voidEHCacheXKMSClientCache. put(String key, XKMSCacheToken cacheToken)Store an XKMSCacheToken in the Cache using the given keyvoidXKMSClientCache. put(String key, XKMSCacheToken cacheToken)Store an XKMSCacheToken in the Cache using the given key
-