Closed singulared closed 1 year ago
Currently, in all CacheBackend methods, the cache key is passed as a String.
We are going to replace it with the structure CacheKey
In addition, we need to add a CacheKey serialization mechanism to different formats, similar to Serializer. As a possible base serializer, I suggest using serde_qs
and possibly serde_json
CacheBackend
trait to directCacheKey
.