Uses of Class
org.gatein.pc.api.cache.CacheControl
-
Packages that use CacheControl Package Description org.gatein.pc.api.invocation.response -
-
Uses of CacheControl in org.gatein.pc.api.invocation.response
Methods in org.gatein.pc.api.invocation.response that return CacheControl Modifier and Type Method Description CacheControlContentResponse. getCacheControl()CacheControlRevalidateMarkupResponse. getCacheControl()Constructors in org.gatein.pc.api.invocation.response with parameters of type CacheControl Constructor Description ContentResponse(ContentResponse that, CacheControl cacheControl)ContentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, byte[] bytes, CacheControl cacheControl)ContentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, String chars, CacheControl cacheControl)ContentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, CacheControl cacheControl)FragmentResponse(FragmentResponse that, CacheControl cacheControl)FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, byte[] bytes, String title, CacheControl cacheControl, Set<Mode> nextModes)FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String encoding, String chars, String title, CacheControl cacheControl, Set<Mode> nextModes)FragmentResponse(ResponseProperties properties, Map<String,Object> attributes, String contentType, String title, CacheControl cacheControl, Set<Mode> nextModes)RevalidateMarkupResponse(CacheControl cacheControl)
-