This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
cache usage #283
Open
Description
I'm confused with the fileCache usage.First i think it's the same with the NSURLCache or the okhttp cache. when i use ,it's the storged cache. when i config the filecache and key .when i have no internet connection.the response is the cache path.i think it should throw the exception , read from storage cache ,it's depend on my option.
so it can support the cache same with the NSURLCache?