UNPKG

dino-express

Version:

DinO enabled REST framework based on express

10 lines (9 loc) 289 B
import { Monitor, State } from 'dino-core'; export declare class CachePerformanceMonitor extends Monitor { private apiName; private cacheInstance; execute(): State; getName(): string; setApiName(apiName: string): this; setCacheInstance(cacheInstance: any): this; }