File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -244,9 +244,8 @@ the internal in-memory cache and the level2 cache.
244
244
[ JsonCacheTry] ( https://pub.dev/documentation/json_cache/latest/json_cache/JsonCacheTry-class.html )
245
245
is an implementation of the ` JsonCache ` interface whose sole purpose is to
246
246
supply enhanced diagnostic information when a cache failure occurs. It does this
247
- by throwing a
248
- [ JsonCacheException] ( https://pub.dev/documentation/json_cache/latest/json_cache/JsonCacheException-class.html )
249
- exception.
247
+ by throwing [ JsonCacheException] ( https://pub.dev/documentation/json_cache/latest/json_cache/JsonCacheException-class.html )
248
+ with the underlying stack trace.
250
249
251
250
Since ` JsonCacheTry ` is a
252
251
[ Decorator] ( https://en.wikipedia.org/wiki/Decorator_pattern ) , you must pass
You can’t perform that action at this time.
0 commit comments