@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface ServerCached
Modifier and Type | Optional Element and Description |
---|---|
int |
maxAge
Override @Cache settings if they must be different or if you do not want
to send response Cache-Control headers
|
boolean |
revalidationOnly
Do not cache response, but do cache maxAge delta.
|
public abstract int maxAge
public abstract boolean revalidationOnly
Copyright © 2018 JBoss by Red Hat. All rights reserved.