effect-io-ai

Package: effect
Module: Cache

Cache.EntryStats

Represents a snapshot of statistics for an entry in the cache.

Signature

export interface EntryStats {
  readonly loadedMillis: number
}

Source

Since v2.0.0