Java com.squareup.okhttp CacheControl fields, constructors, methods, implement or subclass

Example usage for Java com.squareup.okhttp CacheControl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.squareup.okhttp CacheControl.

The text is from its open source code.

Field

CacheControlFORCE_NETWORK
Cache control request directives that require network validation of responses.
CacheControlFORCE_CACHE
Cache control request directives that uses the cache only, even if the cached response is stale.
booleannoCache
booleannoStore
intmaxAgeSeconds
booleanmustRevalidate