Uses of Class
org.apache.cxf.jaxrs.client.cache.Key

Packages that use Key
org.apache.cxf.jaxrs.client.cache   
 

Uses of Key in org.apache.cxf.jaxrs.client.cache
 

Method parameters in org.apache.cxf.jaxrs.client.cache with type arguments of type Key
 CacheControlClientRequestFilter CacheControlClientRequestFilter.setCache(javax.cache.Cache<Key,Entry> c)
           
 CacheControlClientReaderInterceptor CacheControlClientReaderInterceptor.setCache(javax.cache.Cache<Key,Entry> c)
           
 

Constructor parameters in org.apache.cxf.jaxrs.client.cache with type arguments of type Key
CacheControlClientReaderInterceptor(javax.cache.Cache<Key,Entry> cache)
           
CacheControlClientRequestFilter(javax.cache.Cache<Key,Entry> cache)
           
 



Apache CXF