Uses of Interface
org.jboss.resteasy.client.cache.BrowserCache
Packages that use BrowserCache
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 in org.jboss.resteasy.client.cache
Classes in org.jboss.resteasy.client.cache that implement BrowserCacheModifier and TypeClassDescriptionclass
Deprecated.Caching in the Resteasy client framework in resteasy-jaxrs is replaced by caching in the JAX-RS 2.0 compliant resteasy-client module.class
Deprecated.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 BrowserCacheModifier and TypeFieldDescriptionprotected BrowserCache
CacheInterceptor.cache
Deprecated.protected BrowserCache
LightweightBrowserCache.internalCache
Deprecated.Methods in org.jboss.resteasy.client.cache that return BrowserCacheMethods in org.jboss.resteasy.client.cache with parameters of type BrowserCacheModifier and TypeMethodDescriptionstatic void
CacheFactory.makeCacheable
(Object clientProxy, BrowserCache cache) Deprecated.Makes the client proxy cacheable.static void
CacheFactory.makeCacheable
(ClientInterceptorRepository interceptorRepository, BrowserCache cache) Deprecated.Make a raw ClientRequest cache results in the provided cache.void
LightweightBrowserCache.setInternalCache
(BrowserCache internalCache) Deprecated.Constructors in org.jboss.resteasy.client.cache with parameters of type BrowserCache