|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.plugin.rest.service.util.CacheControl
public class CacheControl
Contains some static definitions for caching that may be useful to REST endpoints
| Field Summary | |
|---|---|
static javax.ws.rs.core.CacheControl |
CACHE_FOREVER
Provides a cacheControl with a 1 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 | |||||||||