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

x/yxz/path/path.ts>DefaultCache

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

Properties

readonly
refs: Map<string, WeakRef<Path>>

Methods

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