Policy subscribers basically never store `V` (the cached value), so we should not clone that one unconditionally. But even `K` (the cache key) is not stored in all cases. So let's pass a reference for both and let the policies decide if they wanna clone the data or not. |
||
---|---|---|
.. | ||
benches | ||
src | ||
Cargo.toml |