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