Uses of Class
org.infinispan.rest.CacheControl
Packages that use CacheControl
-
Uses of CacheControl in org.infinispan.rest
Methods in org.infinispan.rest that return CacheControlModifier and TypeMethodDescriptionstatic CacheControl
CacheControl.maxAge
(int timeInSeconds) Returnsmax-age
header value.static CacheControl
CacheControl.noCache()
Returnsno-cache
header value.Methods in org.infinispan.rest with parameters of type CacheControlModifier and TypeMethodDescriptionNettyRestResponse.Builder.cacheControl
(CacheControl cacheControl)