dio_http_cache 0.1.2 dio_http_cache: ^0.1.2 copied to clipboard
http cache lib for Flutter dio like RxCache.It use sqflite as disk cache,and google/quiver-dart/LRU strategy as memory cache.
[0.1.2] - 2019-08-06 #
- Return Future
- Returns statusCode=200 if data was retrieved from the cache successfully.
- Support for forced data refresh from the network.
[0.1.1] - 2019-07-24 #
- Support delete all cache.
[0.1.0] - 2019-07-14 #
- This is a pre-release version.
- support disk cache.
- support memory cache.
- support key and subKey.
- support maxAge and maxStale.