Annotation Type Cache
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Inherited public @interface Cache
Set response Cache-Control header automatically.- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
isPrivate
int
maxAge
boolean
mustRevalidate
boolean
noCache
boolean
noStore
boolean
noTransform
boolean
proxyRevalidate
int
sMaxAge
-