class CacheInterceptor implements NestInterceptorRe-exportimport { CacheInterceptor } from "https://deno.land/x/deno_nest@v3.5.2/modules/cache/mod.ts"; ConstructorsnewCacheInterceptor(cacheModuleOptions?: CacheModuleOptions)PropertiesoptionalcustomCache: ICacheStoreoptionaldefaultStore: stringoptionalisDebug: booleanoptionallocalCache: LocalStorelruCache: LRU<string, unknown>policy: CachePolicyttl: numberMethodsinit(cacheModuleOptions?: CacheModuleOptions)intercept(context: Context,next: Next,options: NestInterceptorOptions,)joinArgs(args: any[])