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