document new QuantumKVCache restrictions in CONTRIBUTING.Sharkey.md

This commit is contained in:
Hazelnoot 2025-10-01 11:58:22 -04:00
parent 2d0b3cd325
commit df5aff9d91

View file

@ -465,3 +465,6 @@ following apply:
together. Using `MemorySingleCache` or `RedisSingleCache` could
provide a cleaner implementation without resorting to hacks like a
fixed key.
- It's necessary to use `null` as a data value.
`QuantumKVCache` does not allow null values, and thus another option should be chosen.