Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/caviar/web/src/loader/Cache.ts>Cache

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Latest
variable Cache
import { Cache } from "https://deno.land/x/caviar@2.6.7/web/src/loader/Cache.ts";

type

{ get: (type: string) => Map<string, unknown>; getEntry: (cache: string, entry: string) => unknown; }