In-memory cache strategy
Create a new in-memory cache
Clear the entire cache
Get a value from the cache
Cache key
Cached value or null if not found or expired
Invalidate a cache entry
Set a value in the cache
Value to cache
Optional
Time to live in milliseconds (optional)
Generated using TypeDoc
In-memory cache strategy