Uses of Class
org.infinispan.rest.CacheControl
-
Packages that use CacheControl Package Description org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.rest.operations REST Server Operations 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 voidInfinispanCacheResponse. cacheControl(CacheControl cacheControl)Adds Cache Control headers. -
Uses of CacheControl in org.infinispan.rest.operations
Methods in org.infinispan.rest.operations that return CacheControl Modifier and Type Method Description static CacheControlCacheOperationsHelper. calcCacheControl(Date expires)
-