method IncrementalCompiler.prototype.getCacheStats IncrementalCompiler.prototype.getCacheStats(): Promise<{ entries: number; sources: string[]; totalRules: number; oldestEntry: number; newestEntry: number; }> Gets cache statistics Return Type Promise<{ entries: number; sources: string[]; totalRules: number; oldestEntry: number; newestEntry: number; }>