Abstract
Optional
serde: SerializerProtocolThe serializer to use.
Abstract
clearDelete the cached values for the given namespaces. If no namespaces are provided, clear all cached values.
The namespaces to clear.
Abstract
getGet the cached values for the given keys.
The keys to get.
Abstract
setSet the cached values for the given keys and TTLs.
The pairs to set.
Initialize the cache with a serializer.