Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class DefaultHitCache
implements IHitCacheImplementation
import { DefaultHitCache } from "https://deno.land/x/flagship_io_js_sdk@3.1.1/cache/DefaultHitCache.ts";

Methods

cacheHit(hits: Record<string, HitCacheDTO>): Promise<void>
flushAllHits(): Promise<void>
flushHits(hitKeys: string[]): Promise<void>
lookupHits(): Promise<Record<string, HitCacheDTO>>