Package io.milton.http.http11
Interface CacheControlHelper
- All Known Implementing Classes:
DefaultCacheControlHelper
public interface CacheControlHelper
Generates the cache-control header on the response
- Author:
- brad
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCacheControl(GetableResource resource, Response response, Auth auth)
-
Method Details
-
setCacheControl
- Parameters:
resource-response-auth-notMod- - true means we're sending a not modified response
-