Skip to content

Variable: CACHE_MANAGER

ts
const CACHE_MANAGER: "CACHE_MANAGER" = "CACHE_MANAGER";

Defined in: packages/cache/src/cache.constants.ts:10

Injection token for the CacheManager provider.

Use this token to inject the cache manager instance: @Inject(CACHE_MANAGER) private cacheManager: Cache

Released under the MIT License.