File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,6 @@ like [sharable_preferences](https://pub.dev/packages/shared_preferences) and
3434[ local storage] ( https://pub.dev/packages/localstorage ) that unifies them as an
3535elegant caching API.
3636
37-
38- In addition, this package gives developers great flexibility by providing a set
39- of classes that can be selected and grouped in various combinations to meet
40- specific cache requirements.
41-
4237** Why Json?**
4338
4439- Because most of the local storage packages available for Flutter applications
@@ -48,6 +43,10 @@ specific cache requirements.
4843
4944## Getting Started
5045
46+ This package gives developers great flexibility by providing a set of classes that
47+ can be selected and grouped in various combinations to meet specific cache
48+ requirements.
49+
5150` JsonCache ` is the core interface of this package and represents the concept of
5251cached data. It is defined as:
5352
You can’t perform that action at this time.
0 commit comments