public static class ApiCacheControl.Type
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NO_CACHE
Allows none to cache responses
|
static java.lang.String |
PRIVATE
Allows only clients to cache responses
|
static java.lang.String |
PUBLIC
Allows clients and proxies to cache responses
|
| Constructor and Description |
|---|
Type() |
public static final java.lang.String PUBLIC
public static final java.lang.String PRIVATE
public static final java.lang.String NO_CACHE