Ask a question to get started
Enter to send•Shift+Enter new line
class InMemoryCache
BaseCache<V>
Initialize the cache with a serializer.
Delete the cached values for the given namespaces. If no namespaces are provided, clear all cached values.
Get the cached values for the given keys.
Set the cached values for the given keys and TTLs.
Delete the cached values for the given namespaces.