Uses of Interface
org.jboss.resteasy.client.cache.BrowserCache
-
Packages that use BrowserCache Package Description org.jboss.resteasy.client.cache 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 BrowserCache Modifier and Type Class Description class
LightweightBrowserCache
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
MapCache
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 BrowserCache Modifier and Type Field Description protected BrowserCache
CacheInterceptor. cache
Deprecated.protected BrowserCache
LightweightBrowserCache. internalCache
Deprecated.Methods in org.jboss.resteasy.client.cache that return BrowserCache Modifier and Type Method Description BrowserCache
LightweightBrowserCache. getInternalCache()
Deprecated.Methods in org.jboss.resteasy.client.cache with parameters of type BrowserCache Modifier and Type Method Description static void
CacheFactory. makeCacheable(java.lang.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 Constructor Description CacheInterceptor(BrowserCache cache)
Deprecated.LightweightBrowserCache(BrowserCache cache)
Deprecated.
-