import { BundleHashCacheService } from "https://deno.land/x/sptaki@1.2.0/services/cache/BundleHashCacheService.d.ts";
Methods
calculateAndMatchHash(bundlePath: string): boolean
calculateAndStoreHash(bundlePath: string): void
getStoredValue(key: string): number
matchWithStoredHash(bundlePath: string, hash: number): boolean
storeValue(key: string, value: number): void