File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 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
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 )
2826 - [ JsonCachePrefs — SharedPreferences] ( #jsoncacheprefs )
2927 - [ JsonCacheLocalStorage — LocalStorage] ( #jsoncachelocalstorage )
3028 - [ JsonCacheCrossLocalStorage — CrossLocalStorage] ( #jsoncachecrosslocalstorage )
@@ -59,8 +57,8 @@ elegant caching API.
5957
6058## Getting Started
6159
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
6462requirements.
6563
6664` JsonCache ` is the core interface of this package and represents the concept of
@@ -154,7 +152,7 @@ object. For example:
154152 await jsonCache.remove(userId);
155153 }
156154```
157- #### Cache Initialization Constructor
155+ #### Cache Initialization
158156
159157[ JsonCacheMem.init] ( https://pub.dev/documentation/json_cache/latest/json_cache/JsonCacheMem/JsonCacheMem.init.html )
160158is the constructor whose purpose is to initialize the cache upon object
You can’t perform that action at this time.
0 commit comments