|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.rest.api.http.CacheControl
public class CacheControl
Contains some static definitions for caching that may be useful to REST endpoints
| Method Summary | |
|---|---|
static javax.ws.rs.core.CacheControl |
forever()
Returns a CacheControl with a 1 year limit. |
static javax.ws.rs.core.CacheControl |
never()
Returns a CacheControl with noStore and noCache set to true. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 | |||||||||