|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resteasy.client.cache.CacheFactory
public class CacheFactory
Constructor Summary | |
---|---|
CacheFactory()
|
Method Summary | |
---|---|
static void |
makeCacheable(ClientInterceptorRepository interceptorRepository,
BrowserCache cache)
Make a raw ClientRequest cache results in the provided cache. |
static LightweightBrowserCache |
makeCacheable(java.lang.Object clientProxy)
Makes the client proxy cacheable. |
static void |
makeCacheable(java.lang.Object clientProxy,
BrowserCache cache)
Makes the client proxy cacheable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheFactory()
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |