Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/cache.ts>FsCache#getString

The best unofficial library of utilities for Deno applications
Go to Latest
method FsCache.prototype.getString
import { FsCache } from "https://deno.land/x/dtils@2.3.1/cache.ts";

Get cache entry key as a string

Parameters

key: string

Returns

Promise<string | null>