class DefaultVisitorCache
implements IVisitorCacheImplementation
import { DefaultVisitorCache } from "https://deno.land/x/flagship_io_js_sdk@3.2.4/cache/DefaultVisitorCache.ts";
Methods
cacheVisitor(visitorId: string, data: VisitorCacheDTO): Promise<void>
flushVisitor(visitorId: string): Promise<void>
lookupVisitor(visitorId: string): Promise<VisitorCacheDTO>