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 TypeClassDescriptionclassDeprecated.Caching in the Resteasy client framework in resteasy-jaxrs is replaced by caching in the JAX-RS 2.0 compliant resteasy-client module.classDeprecated.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 BrowserCacheCacheInterceptor.cacheDeprecated.protected BrowserCacheLightweightBrowserCache.internalCacheDeprecated.Methods in org.jboss.resteasy.client.cache that return BrowserCacheMethods in org.jboss.resteasy.client.cache with parameters of type BrowserCacheModifier and TypeMethodDescriptionstatic voidCacheFactory.makeCacheable(Object clientProxy, BrowserCache cache) Deprecated.Makes the client proxy cacheable.static voidCacheFactory.makeCacheable(ClientInterceptorRepository interceptorRepository, BrowserCache cache) Deprecated.Make a raw ClientRequest cache results in the provided cache.voidLightweightBrowserCache.setInternalCache(BrowserCache internalCache) Deprecated.Constructors in org.jboss.resteasy.client.cache with parameters of type BrowserCache