Example usage for Java com.squareup.okhttp CacheControl fields, constructors, methods, implement or subclass
The text is from its open source code.
CacheControl | FORCE_NETWORK Cache control request directives that require network validation of responses. |
CacheControl | FORCE_CACHE Cache control request directives that uses the cache only, even if the cached response is stale. |
boolean | noCache |
boolean | noStore |
int | maxAgeSeconds |
boolean | mustRevalidate |