| Package | Description |
|---|---|
| org.jboss.resteasy.client.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
LightweightBrowserCache
In-memory BrowserCache.
|
class |
MapCache |
| Modifier and Type | Field and Description |
|---|---|
protected BrowserCache |
CacheInterceptor.cache |
protected BrowserCache |
LightweightBrowserCache.internalCache |
| Modifier and Type | Method and Description |
|---|---|
BrowserCache |
LightweightBrowserCache.getInternalCache() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CacheFactory.makeCacheable(ClientInterceptorRepository interceptorRepository,
BrowserCache cache)
Make a raw ClientRequest cache results in the provided cache.
|
static void |
CacheFactory.makeCacheable(Object clientProxy,
BrowserCache cache)
Makes the client proxy cacheable.
|
void |
LightweightBrowserCache.setInternalCache(BrowserCache internalCache) |
| Constructor and Description |
|---|
CacheInterceptor(BrowserCache cache) |
LightweightBrowserCache(BrowserCache cache) |
Copyright © 2014. All Rights Reserved.