Package org.infinispan.rest
Class CacheControl
java.lang.Object
org.infinispan.rest.CacheControl
A helper class for controlling Cache Control headers.
- Author:
- Sebastian Ćaskawiec
-
Method Summary
Modifier and TypeMethodDescriptionstatic CacheControl
maxAge
(int timeInSeconds) Returnsmax-age
header value.static CacheControl
noCache()
Returnsno-cache
header value.toString()