Uses of Interface
org.jboss.resteasy.client.jaxrs.cache.BrowserCache.Entry
Packages that use BrowserCache.Entry
-
Uses of BrowserCache.Entry in org.jboss.resteasy.client.jaxrs.cache
Classes in org.jboss.resteasy.client.jaxrs.cache that implement BrowserCache.EntryFields in org.jboss.resteasy.client.jaxrs.cache with type parameters of type BrowserCache.EntryModifier and TypeFieldDescriptionprotected Map
<String, Map<String, BrowserCache.Entry>> MapCache.cache
Methods in org.jboss.resteasy.client.jaxrs.cache that return BrowserCache.EntryModifier 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) Methods in org.jboss.resteasy.client.jaxrs.cache that return types with arguments of type BrowserCache.EntryModifier and TypeMethodDescriptionprotected Map
<String, Map<String, BrowserCache.Entry>> MapCache.createCache()
Methods in org.jboss.resteasy.client.jaxrs.cache with parameters of type BrowserCache.EntryModifier and TypeMethodDescriptionvoid
CacheInterceptor.updateOnNotModified
(jakarta.ws.rs.client.ClientRequestContext request, BrowserCache.Entry old, jakarta.ws.rs.client.ClientResponseContext response) Constructor parameters in org.jboss.resteasy.client.jaxrs.cache with type arguments of type BrowserCache.Entry