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 classLightweightBrowserCacheDeprecated.Caching in the Resteasy client framework in resteasy-jaxrs is replaced by caching in the JAX-RS 2.0 compliant resteasy-client module.classMapCacheDeprecated.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 BrowserCacheCacheInterceptor. cacheDeprecated.protected BrowserCacheLightweightBrowserCache. internalCacheDeprecated.Methods in org.jboss.resteasy.client.cache that return BrowserCache Modifier and Type Method Description BrowserCacheLightweightBrowserCache. getInternalCache()Deprecated.Methods in org.jboss.resteasy.client.cache with parameters of type BrowserCache Modifier and Type Method Description static voidCacheFactory. makeCacheable(java.lang.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 Constructor Description CacheInterceptor(BrowserCache cache)Deprecated.LightweightBrowserCache(BrowserCache cache)Deprecated.
-