Example usage for Java com.squareup.okhttp Cache fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() |
void | delete() Closes the cache and deletes all of its stored values. |
void | evictAll() Deletes all values stored in the cache. |
void | flush() |
File | getDirectory() |
long | getMaxSize() |
boolean | isClosed() |