type alias CacheStat

A single cache's stats snapshot

Properties

readonly
name: string
readonly
entries: number
readonly
optional
capacity: number

Usage

import { type CacheStat } from "doc.ts";