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

x/dtils/cache.ts>FsCache#getBytes

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

Get a cache entry key as bytes

Parameters

key: string

Returns

Promise<Uint8Array | null>