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