We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54395fd + bf39e79 commit c3dcfd7Copy full SHA for c3dcfd7
lib/cache.providers.ts
@@ -1,6 +1,6 @@
1
import { Provider } from '@nestjs/common';
2
import { createCache } from 'cache-manager';
3
-import { Keyv, KeyvStoreAdapter } from 'keyv';
+import Keyv, { type KeyvStoreAdapter } from 'keyv';
4
import { CACHE_MANAGER } from './cache.constants';
5
import { MODULE_OPTIONS_TOKEN } from './cache.module-definition';
6
import { CacheManagerOptions } from './interfaces/cache-manager.interface';
0 commit comments