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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected BrowserCache |
CacheInterceptor.cache
Deprecated.
|
protected BrowserCache |
LightweightBrowserCache.internalCache
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BrowserCache |
LightweightBrowserCache.getInternalCache()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
CacheFactory.makeCacheable(ClientInterceptorRepository interceptorRepository,
BrowserCache cache)
Deprecated.
Make a raw ClientRequest cache results in the provided cache.
|
static void |
CacheFactory.makeCacheable(Object clientProxy,
BrowserCache cache)
Deprecated.
Makes the client proxy cacheable.
|
void |
LightweightBrowserCache.setInternalCache(BrowserCache internalCache)
Deprecated.
|
Constructor and Description |
---|
CacheInterceptor(BrowserCache cache)
Deprecated.
|
LightweightBrowserCache(BrowserCache cache)
Deprecated.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.