Skip to content

Commit 483ea76

Browse files
committed
README: remove base64
1 parent efea3ef commit 483ea76

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,7 @@ public class YourObjectResponse : ICacheableResponse
134134
}
135135
```
136136

137-
## Cache
138-
139-
The cache is stored as a base64 string and serialized / deserialized using System.Text.Json.
140-
141-
### Cleanup
137+
## Cache cleanup
142138

143139
One minute after the app starts, the local storage cache will be cleared from all expired values.
144140

0 commit comments

Comments
 (0)