Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/cache/decorators/persistent/interface

Index

Type aliases

PersistentCache<V, K, T>: { [ key in Exclude<keyof CacheWithEmitter<V, K>, "set" | "size" | typeof eventEmitter>]: ReturnPromise<CacheWithEmitter<V, K>[key]> } & { eventEmitter: T[typeof eventEmitter]; size: [T["size"]]; removePersistentTTLFrom: any; set: any }

Type parameters