Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface CollectionOptions
import { type CollectionOptions } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

optional
sweeper: CollectionSweeper<K, V>
optional
maxSize: number