Uses of Class
org.gatein.pc.api.cache.CacheControl
Packages that use CacheControl
-
Uses of CacheControl in org.gatein.pc.api.invocation.response
Methods in org.gatein.pc.api.invocation.response that return CacheControlModifier and TypeMethodDescriptionContentResponse.getCacheControl()RevalidateMarkupResponse.getCacheControl()Constructors in org.gatein.pc.api.invocation.response with parameters of type CacheControlModifierConstructorDescriptionContentResponse(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)