Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method PersistentCache.load
import { PersistentCache } from "https://deno.land/x/frugal@0.5.0/docs/dep/frugal/core.ts";

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

Parameters

cachePath: string
config: PersistentCacheConfig