@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface Cache
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isPrivate |
int |
maxAge |
boolean |
mustRevalidate |
boolean |
noStore |
boolean |
noTransform |
boolean |
proxyRevalidate |
int |
sMaxAge |