@triply/triplydb
    Preparing search index...

    Type Alias FromCacheFn

    FromCacheFn: (key: CacheKey) => Promise<CachedResult | undefined>

    Looks one response up — the read half of a Cache.

    Type Declaration

    Returns undefined for a miss rather than throwing, so a cache that cannot answer simply lets the request through.