Skip to main content Link Search Menu Expand Document (external link)

EntryStats overview

Added in v1.0.0


Table of contents


constructors

make

Constructs a new EntryStats from the specified values.

Signature

export declare const make: (loadedMillis: number) => EntryStats

Added in v1.0.0

models

EntryStats (interface)

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

Signature

export interface EntryStats {
  readonly loadedMillis: number
}

Added in v1.0.0