Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/velo/src/models/slruOptions.ts>SLRUOptions

Performant Cache implementations for Deno. Supports LRU, LFU, ARC and other caching policies.
Go to Latest
interface SLRUOptions
import { type SLRUOptions } from "https://deno.land/x/velo@0.1.5/src/models/slruOptions.ts";

Properties

protectedCache: number
probationaryCache: number
optional
stdTTL: number
optional
setEvent: boolean
optional
clearEvent: boolean
optional
expiredEvent: boolean
optional
removeEvent: boolean