Uses of Interface
org.jboss.resteasy.client.jaxrs.cache.BrowserCache.Entry
-
Uses of BrowserCache.Entry in org.jboss.resteasy.client.jaxrs.cache
Modifier and TypeFieldDescriptionprotected Map
<String, Map<String, BrowserCache.Entry>> MapCache.cache
Modifier and TypeMethodDescriptionprotected BrowserCache.Entry
CacheInterceptor.getEntry
(jakarta.ws.rs.client.ClientRequestContext request) BrowserCache.put
(String key, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> headers, byte[] cached, int expires, String etag, String lastModified) LightweightBrowserCache.put
(String key, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> headers, byte[] cached, int expires, String etag, String lastModified) MapCache.put
(String key, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, String> headers, byte[] cached, int expires, String etag, String lastModified) MapCache.put
(CacheEntry cacheEntry) Modifier and TypeMethodDescriptionprotected Map
<String, Map<String, BrowserCache.Entry>> MapCache.createCache()
Modifier and TypeMethodDescriptionvoid
CacheInterceptor.updateOnNotModified
(jakarta.ws.rs.client.ClientRequestContext request, BrowserCache.Entry old, jakarta.ws.rs.client.ClientResponseContext response)