File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 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
2323- [ Getting Started] ( #getting-started )
2424- [ List of JsonCache implementations] ( #list-of-jsoncache-implementations )
2525 - [ JsonCacheMem — Thread-safe In-memory cache] ( #jsoncachemem )
26+ - [ Typical Usage] ( #typicalusage )
27+ - [ Cache Initialization] ( #cacheinitializationconstructor )
2628 - [ JsonCachePrefs — SharedPreferences] ( #jsoncacheprefs )
2729 - [ JsonCacheLocalStorage — LocalStorage] ( #jsoncachelocalstorage )
2830 - [ JsonCacheCrossLocalStorage — CrossLocalStorage] ( #jsoncachecrosslocalstorage )
@@ -152,7 +154,7 @@ object. For example:
152154 await jsonCache.remove(userId);
153155 }
154156```
155- #### JsonCacheMem.init
157+ #### Cache Initialization Constructor
156158
157159[ JsonCacheMem.init] ( https://pub.dev/documentation/json_cache/latest/json_cache/JsonCacheMem/JsonCacheMem.init.html )
158160is the constructor whose purpose is to initialize the cache upon object
You can’t perform that action at this time.
0 commit comments