import * as earthstar from "https://deno.land/x/earthstar@v10.0.0-alpha.4/src/replica/replica_cache.ts";
Classes
A cached, synchronous interface to a replica, useful for reactive abstractions. Always returns results from its cache, and proxies the query to the backing replica in case of a cache miss. |