Uses of Interface
org.jboss.resteasy.client.cache.BrowserCache.Entry
Packages that use BrowserCache.Entry
Package
Description
The client cache facility in Resteasy 2.x is deprecated in favor of the client cache
facility in the resteasy-client module.
-
Uses of BrowserCache.Entry in org.jboss.resteasy.client.cache
Classes in org.jboss.resteasy.client.cache that implement BrowserCache.EntryModifier and TypeClassDescriptionclassDeprecated.Caching in the Resteasy client framework in resteasy-jaxrs is replaced by caching in the JAX-RS 2.0 compliant resteasy-client module.Fields in org.jboss.resteasy.client.cache declared as BrowserCache.EntryModifier and TypeFieldDescription(package private) BrowserCache.EntryCacheInterceptor.CachedStreamFactory.entryFields in org.jboss.resteasy.client.cache with type parameters of type BrowserCache.EntryModifier and TypeFieldDescriptionprotected Map<String, Map<String, BrowserCache.Entry>> MapCache.cacheDeprecated.Methods in org.jboss.resteasy.client.cache that return BrowserCache.EntryModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.protected BrowserCache.EntryCacheInterceptor.getEntry(ClientRequest request) Deprecated.Deprecated.BrowserCache.put(String key, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> headers, byte[] cached, int expires, String etag, String lastModified) Deprecated.LightweightBrowserCache.put(String key, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> headers, byte[] cached, int expires, String etag, String lastModified) Deprecated.MapCache.put(String key, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> headers, byte[] cached, int expires, String etag, String lastModified) Deprecated.MapCache.put(CacheEntry cacheEntry) Deprecated.Deprecated.Deprecated.Deprecated.Methods in org.jboss.resteasy.client.cache that return types with arguments of type BrowserCache.EntryModifier and TypeMethodDescriptionprotected Map<String, Map<String, BrowserCache.Entry>> MapCache.createCache()Deprecated.Methods in org.jboss.resteasy.client.cache with parameters of type BrowserCache.EntryModifier and TypeMethodDescriptionprivate BaseClientResponseCacheInterceptor.createClientResponse(ClientRequest request, BrowserCache.Entry entry) Deprecated.protected ClientResponseCacheInterceptor.handleExpired(ClientExecutionContext ctx, ClientRequest request, BrowserCache.Entry entry) Deprecated.CacheInterceptor.updateOnNotModified(ClientRequest request, BrowserCache.Entry old, BaseClientResponse response) Deprecated.Constructors in org.jboss.resteasy.client.cache with parameters of type BrowserCache.EntryConstructor parameters in org.jboss.resteasy.client.cache with type arguments of type BrowserCache.Entry