Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method PersistantCache.load
import { PersistantCache } from "https://deno.land/x/frugal@0.2.1/packages/core/mod.ts";

Load the cache from persistance. All persisted data is cold data, and hot data is empty at first.

Parameters

cachePath: string
config: PersistantCacheConfig