@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface Cache
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isPrivate |
int |
maxAge |
boolean |
mustRevalidate |
boolean |
noCache |
boolean |
noStore |
boolean |
noTransform |
boolean |
proxyRevalidate |
int |
sMaxAge |
Copyright © 2020 JBoss by Red Hat. All rights reserved.