property CacheEvent.operation

Cache operation type

Type

"hit"
| "miss"
| "write"
| "evict"

Usage

import { type CacheEvent } from ".";