@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 |
public abstract int maxAge
public abstract int sMaxAge
public abstract boolean noStore
public abstract boolean noTransform
public abstract boolean mustRevalidate
public abstract boolean proxyRevalidate
public abstract boolean isPrivate
Copyright © 2018 JBoss by Red Hat. All rights reserved.