UNPKG

289 BTypeScriptView Raw
1export declare class JhiMetricsCacheComponent {
2 /**
3 * object containing all cache related metrics
4 */
5 cacheMetrics: {};
6 /**
7 * boolean field saying if the metrics are in the process of being updated
8 */
9 updating: boolean;
10 filterNaN(input: any): any;
11}