cache-manager

Entry point exports

Modules

CacheModule

Module that provides Nest cache-manager.

Structures

CacheManagerOptions

Interface defining Cache Manager configuration options.

CacheModuleAsyncOptions

Options for dynamically configuring the Cache module.

CacheOptionsFactory

Interface describing a CacheOptionsFactory. Providers supplying configuration options for the Cache module must implement this interface.

CacheStore

Interface defining a cache store. Implement this interface to create a custom cache store.

Types

CacheKey

Decorator that sets the caching key used to store/retrieve cached items for Web sockets or Microservice based apps.

CacheStoreFactory

Interface defining a factory to create a cache store.