File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,13 @@ Rultor.com](https://www.rultor.com/b/dartoos-dev/json_cache)](https://www.rultor
3939> Retrieved 09:55, August 22,
4040> 2021] ( https://en.wikipedia.org/wiki/Cache_(computing) )
4141
42- ** Json Cache ** is an object-oriented package to cache user data locally in json.
42+ ** JsonCache ** is an object-oriented package to cache user data locally in json.
4343It can also be thought of as a layer on top of Flutter's local storage packages
4444like [ sharable_preferences] ( https://pub.dev/packages/shared_preferences ) and
45- [ local storage] ( https://pub.dev/packages/localstorage ) that unifies them as an
46- elegant caching API.
45+ [ local storage] ( https://pub.dev/packages/localstorage ) .
4746
47+ The ultimate goal of this package is to unify Flutter's local caching packages
48+ into one elegant caching API.
4849
4950** Why Json?**
5051
You can’t perform that action at this time.
0 commit comments