Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/path/path.ts>DefaultCache

Deno Standard Extensions
Go to Latest
class DefaultCache
implements Cache
import { DefaultCache } from "https://deno.land/x/yxz@0.17.0/path/path.ts";

Properties

counter: number
readonly
gcInterval: number
readonly
keys: Array<string>
readonly
refs: Map<string, WeakRef<Path>>

Methods

gc()
get(key: string)
set(key: string, value: Path)