@Deprecated public class CacheFactory extends Object
ResteasyClient
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(Object clientProxy)
Deprecated.
Makes the client proxy cacheable.
|
static void |
makeCacheable(Object clientProxy,
BrowserCache cache)
Deprecated.
Makes the client proxy cacheable.
|
public static LightweightBrowserCache makeCacheable(Object clientProxy)
clientProxy
- public static void makeCacheable(Object clientProxy, BrowserCache cache)
clientProxy
- cache
- public static void makeCacheable(ClientInterceptorRepository interceptorRepository, BrowserCache cache)
cache
- Copyright © 2018 JBoss by Red Hat. All rights reserved.