クラス WebProperties.Resources.Cache.Cachecontrol
java.lang.ObjectSE
org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- 含まれているクラス:
WebProperties.Resources.Cache
キャッシュ制御 HTTP ヘッダー構成。
- 導入:
- 2.4.0
- 作成者:
- Andy Wilkinson
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明@Nullable BooleanSE@Nullable BooleanSE@Nullable DurationSE@Nullable BooleanSE@Nullable BooleanSE@Nullable BooleanSE@Nullable BooleanSE@Nullable BooleanSE@Nullable DurationSE@Nullable DurationSE@Nullable DurationSEvoidsetCachePrivate(@Nullable BooleanSE cachePrivate) voidsetCachePublic(@Nullable BooleanSE cachePublic) voidsetMaxAge(@Nullable DurationSE maxAge) voidsetMustRevalidate(@Nullable BooleanSE mustRevalidate) voidsetNoCache(@Nullable BooleanSE noCache) voidsetNoStore(@Nullable BooleanSE noStore) voidsetNoTransform(@Nullable BooleanSE noTransform) voidsetProxyRevalidate(@Nullable BooleanSE proxyRevalidate) voidsetSMaxAge(@Nullable DurationSE sMaxAge) voidsetStaleIfError(@Nullable DurationSE staleIfError) voidsetStaleWhileRevalidate(@Nullable DurationSE staleWhileRevalidate) @Nullable CacheControl
コンストラクターの詳細
Cachecontrol
public Cachecontrol()
方法の詳細
getMaxAge
setMaxAge
getNoCache
setNoCache
getNoStore
setNoStore
getMustRevalidate
setMustRevalidate
getNoTransform
setNoTransform
getCachePublic
setCachePublic
getCachePrivate
setCachePrivate
getProxyRevalidate
setProxyRevalidate
getStaleWhileRevalidate
setStaleWhileRevalidate
getStaleIfError
setStaleIfError
getSMaxAge
setSMaxAge
toHttpCacheControl