public interface StaticResourceCacheConfig
| Modifier and Type | Method and Description |
|---|---|
int |
getCacheSeconds()
The number of seconds to use when sending
caching headers.
|
Integer |
getCacheSecondsCdn()
The number of seconds to use to cache by CDNs.
|
boolean |
isCachePrivate()
Should
private be used when sending
caching headers?
more info... |
int getCacheSeconds()
If <=0 no caching headers will be sent.
boolean isCachePrivate()
private be used when sending
caching headers?
more info...Integer getCacheSecondsCdn()
If null, this option would be set.
Copyright © 2018. All rights reserved.