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 CacheControlCacheControl. maxAge(int timeInSeconds)Returnsmax-ageheader value.static CacheControlCacheControl. noCache()Returnsno-cacheheader value.Methods in org.infinispan.rest with parameters of type CacheControl Modifier and Type Method Description NettyRestResponse.BuilderNettyRestResponse.Builder. cacheControl(CacheControl cacheControl)
-