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

x/yxz/path/path.ts>Cache

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

Methods

get(key: string): Path | undefined
set(key: string, value: Path): void