We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875e779 commit 6d032abCopy full SHA for 6d032ab
README.md
@@ -43,6 +43,7 @@ with `cachetools`.
43
- `DebugCache` to trace cache calls using `logging`.
44
- `EncryptedCache` a cache with key hashing and value encryption.
45
- `ToBytesCache` map keys and values to bytes.
46
+- `BytesCache` map bytes keys and values to strings.
47
48
### Cache utilities
49
0 commit comments