@Deprecated
public class CacheFactory
extends java.lang.Object
resteasy-client
Constructor and Description |
---|
CacheFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
makeCacheable(ClientInterceptorRepository interceptorRepository,
BrowserCache cache)
Deprecated.
Make a raw ClientRequest cache results in the provided cache.
|
static LightweightBrowserCache |
makeCacheable(java.lang.Object clientProxy)
Deprecated.
Makes the client proxy cacheable.
|
static void |
makeCacheable(java.lang.Object clientProxy,
BrowserCache cache)
Deprecated.
Makes the client proxy cacheable.
|
public static LightweightBrowserCache makeCacheable(java.lang.Object clientProxy)
clientProxy
- public static void makeCacheable(java.lang.Object clientProxy, BrowserCache cache)
clientProxy
- cache
- public static void makeCacheable(ClientInterceptorRepository interceptorRepository, BrowserCache cache)
request
- cache
-