File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ 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 )
26
28
- [ JsonCachePrefs — SharedPreferences] ( #jsoncacheprefs )
27
29
- [ JsonCacheLocalStorage — LocalStorage] ( #jsoncachelocalstorage )
28
30
- [ JsonCacheCrossLocalStorage — CrossLocalStorage] ( #jsoncachecrosslocalstorage )
@@ -152,7 +154,7 @@ object. For example:
152
154
await jsonCache.remove(userId);
153
155
}
154
156
```
155
- #### JsonCacheMem.init
157
+ #### Cache Initialization Constructor
156
158
157
159
[ JsonCacheMem.init] ( https://pub.dev/documentation/json_cache/latest/json_cache/JsonCacheMem/JsonCacheMem.init.html )
158
160
is the constructor whose purpose is to initialize the cache upon object
You can’t perform that action at this time.
0 commit comments