import { ReplicaCache } from "https://deno.land/x/earthstar@v10.0.1/mod.ts";
Fetch docs matching a query from the cache. Returns an empty array in case of a cache miss, and queries the backing replica.
Type Parameters
optional
F = DefaultFormatsParameters
optional
query: Omit<Query<[string]>, "formats"> = [UNSUPPORTED]optional
formats: FormatsArg<F>