Uses of Class
org.infinispan.rest.CacheControl
-
Packages that use CacheControl Package Description org.infinispan.rest REST Server bootstrap and Netty bridge classes. -
-
Uses of CacheControl in org.infinispan.rest
Methods in org.infinispan.rest that return CacheControl Modifier and Type Method Description static 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 CacheControl Modifier and Type Method Description NettyRestResponse.Builder
NettyRestResponse.Builder. cacheControl(CacheControl cacheControl)
-