Cache statistics tracker

Constructors

Methods

  • Returns {
        hitRate: string;
        runtime: number;
        total: number;
        totalCacheHits: number;
        totalGenerated: number;
    }

    • hitRate: string
    • runtime: number
    • total: number
    • totalCacheHits: number
    • totalGenerated: number