|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.mywork.rest.CacheControl
public class CacheControl
Contains some static definitions for caching that may be useful to REST endpoints
| Constructor Summary | |
|---|---|
CacheControl()
|
|
| Method Summary | |
|---|---|
static javax.ws.rs.core.CacheControl |
forever()
Provides a cacheControl that caches forever. |
static javax.ws.rs.core.CacheControl |
never()
Provides a cacheControl that disables caching. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheControl()
| Method Detail |
|---|
public static javax.ws.rs.core.CacheControl never()
public static javax.ws.rs.core.CacheControl forever()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||