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 CacheControlmaxAge(int timeInSeconds) Returnsmax-ageheader value.static CacheControlnoCache()Returnsno-cacheheader value.toString()
-
Method Details
-
noCache
Returnsno-cacheheader value.- Returns:
no-cacheheader value.
-
maxAge
Returnsmax-ageheader value.- Parameters:
timeInSeconds- Header value in seconds.- Returns:
max-ageheader value.
-
toString
-