class CacheInterceptor
implements NestInterceptor
import { CacheInterceptor } from "https://deno.land/x/deno_nest@v3.3.1/modules/cache/src/cache.interceptor.ts";
Constructors
new
CacheInterceptor(cacheModuleOptions?: CacheModuleOptions)Properties
optional
customCache: ICacheStoreoptional
localCache: LocalStorelruCache: LRU<string, unknown>
policy: CachePolicy