File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ Rultor.com](https://www.rultor.com/b/dartoos-dev/json_cache)](https://www.rultor
23
23
- [ Getting Started] ( #getting-started )
24
24
- [ List of JsonCache implementations] ( #list-of-jsoncache-implementations )
25
25
- [ JsonCacheMem — Thread-safe In-memory cache] ( #jsoncachemem )
26
- - [ Typical Usage] ( #typicalusage )
27
- - [ Cache Initialization] ( #cacheinitializationconstructor )
28
26
- [ JsonCachePrefs — SharedPreferences] ( #jsoncacheprefs )
29
27
- [ JsonCacheLocalStorage — LocalStorage] ( #jsoncachelocalstorage )
30
28
- [ JsonCacheCrossLocalStorage — CrossLocalStorage] ( #jsoncachecrosslocalstorage )
@@ -59,8 +57,8 @@ elegant caching API.
59
57
60
58
## Getting Started
61
59
62
- This package gives developers great flexibility by providing a set of classes that
63
- can be selected and grouped in various combinations to meet specific cache
60
+ This package gives developers great flexibility by providing a set of classes
61
+ that can be selected and grouped in various combinations to meet specific cache
64
62
requirements.
65
63
66
64
` JsonCache ` is the core interface of this package and represents the concept of
@@ -154,7 +152,7 @@ object. For example:
154
152
await jsonCache.remove(userId);
155
153
}
156
154
```
157
- #### Cache Initialization Constructor
155
+ #### Cache Initialization
158
156
159
157
[ JsonCacheMem.init] ( https://pub.dev/documentation/json_cache/latest/json_cache/JsonCacheMem/JsonCacheMem.init.html )
160
158
is the constructor whose purpose is to initialize the cache upon object
You can’t perform that action at this time.
0 commit comments