stasis-proxy - v0.1.0
    Preparing search index...

    Interface CacheStats

    Cache statistics summary.

    interface CacheStats {
        totalEntries: number;
        totalTokensSaved: number;
        dbSizeBytes: number;
        oldestEntry: string | null;
        newestEntry: string | null;
    }
    Index

    Properties

    totalEntries: number

    Total number of cached entries

    totalTokensSaved: number

    Total estimated tokens saved

    dbSizeBytes: number

    Database file size in bytes

    oldestEntry: string | null

    Oldest entry timestamp

    newestEntry: string | null

    Newest entry timestamp