class BuildCache
implements Cache
import { BuildCache } from "https://deno.land/x/frugal@0.9.1/src/cache/BuildCache.ts";
Constructors
new
BuildCache(config: FrugalConfig, previous?: BuildCacheData)Methods
add<PATH extends string, DATA extends JSONValue>(generationResult: GenerationResult<PATH, DATA>)
save()
Static Methods
load(config: FrugalConfig)