Skip to content

Commit a3b0737

Browse files
authored
Update README.md
1 parent 7445f5b commit a3b0737

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff 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)
158160
is the constructor whose purpose is to initialize the cache upon object

0 commit comments

Comments
 (0)