We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efea3ef commit 483ea76Copy full SHA for 483ea76
1 file changed
README.md
@@ -134,11 +134,7 @@ public class YourObjectResponse : ICacheableResponse
134
}
135
```
136
137
-## Cache
138
-
139
-The cache is stored as a base64 string and serialized / deserialized using System.Text.Json.
140
141
-### Cleanup
+## Cache cleanup
142
143
One minute after the app starts, the local storage cache will be cleared from all expired values.
144
0 commit comments