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 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 void
InfinispanCacheResponse. 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 CacheControl
CacheOperationsHelper. calcCacheControl(Date expires)
-