Returns a cache provider that stores key-value pairs in a map with an optional expiration time.
The type of the value to be stored in the cache.
The type of the key used to retrieve the value from the cache.
Returns an object with methods for getting, setting, deleting, clearing, and managing the cache expiration.
Generated using TypeDoc
Returns a cache provider that stores key-value pairs in a map with an optional expiration time.