class CacheKV
implements ICache
import { CacheKV } from "https://deno.land/x/fresh_images@v0.3.0/src/server.ts";
A cache interface that uses the Deno KV as a backend. This is not ideal but is available on Deno Deploy.
Properties
optional
kv: Deno.Kv