The prefix to filter keys by
Whether the cache was cleared, and an array of booleans for each key
Extend the current cache manager with new options, stores, etc.
Optional
options: ResolvedCreateCacheOptions<T>The options to extend the cache manager with
A new cache manager
The key to check for
Whether the key exists in the cache
An array of all keys stored in the cache
Get all (cached) keys that match a prefix
The prefix to filter keys by
An array of keys that match the prefix
Static
fromStatic
hashHash any data type into a string, for use as a cache key
The value to hash
The hashed value as a string
Clear all keys that match a prefix