|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.pyxis.greenhopper.gadget.CacheControl
public class CacheControl
Field Summary | |
---|---|
static javax.ws.rs.core.CacheControl |
CACHE_FOREVER
Provides a cacheControl with a 10 year limit. |
static javax.ws.rs.core.CacheControl |
NO_CACHE
Provides a cacheControl with noStore and noCache set to true |
Constructor Summary | |
---|---|
CacheControl()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final javax.ws.rs.core.CacheControl NO_CACHE
public static final javax.ws.rs.core.CacheControl CACHE_FOREVER
Constructor Detail |
---|
public CacheControl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |