Cache instance factory functions for each cache provider.
const cache = Cache.Redis();await cache.set('key', 'value'); Copy
const cache = Cache.Redis();await cache.set('key', 'value');
Cache
Cache instance factory functions for each cache provider.
Example
Cache