We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5d5ae commit 81e0162Copy full SHA for 81e0162
README.md
@@ -133,7 +133,7 @@ set to `true`. For example:
133
// later on…
134
135
// This variable is a Map containing a single key.
136
- final cachedInfo = await memCache.value('info');
+ final cachedInfo = await jsonCache.value('info');
137
// The key itself is the content of the stored information.
138
final info = cachedInfo?.keys.first;
139
print(info); // 'an important information'
0 commit comments