Skip to content

Commit ff6b8c2

Browse files
committed
Explain HandledBy in README.md
1 parent 4943296 commit ff6b8c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ IsOffline is true when the last request had an `HttpRequestException`.
9999

100100
### ICacheableResponse
101101

102-
If a response object implements ICacheableResponse, the FromCache property will be set to true if the result was retrieved from cache.
102+
If a response object implements ICacheableResponse, the HandledBy property will be set to `HandledBy.Cache` if the result was retrieved from cache and to `HandledBy.Default` if the default provided by the caller was used.
103103

104104
```c#
105105
using Drogecode.Blazor.ExpireStorage;

0 commit comments

Comments
 (0)