@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface HttpCacheControl
| 限定符和类型 | 可选元素和说明 |
|---|---|
boolean |
cachePrivate |
boolean |
cachePublic |
String |
condition |
long |
maxAge |
boolean |
mustRevalidate |
boolean |
noCache |
boolean |
noStore |
boolean |
noTransform |
boolean |
proxyRevalidate |
long |
sMaxAge |
long |
staleIfError |
long |
staleWhileRevalidate |
String |
value |
Copyright © 2022. All rights reserved.