Module methanol

Class CacheControl.Builder

java.lang.Object
com.github.mizosoft.methanol.CacheControl.Builder
Enclosing class:
CacheControl

public static final class CacheControl.Builder extends Object
A builder of CacheControl instances, with explicit directive setters for request cache directives.

Methods that accept a Duration drop any precision finer than that of a second, which is the only precision allowed by cache directives representing durations. Additionally, any duration with number of seconds that's larger than Integer.MAX_VALUE is truncated to that value.