import { type ICacheAdapter } from "https://deno.land/x/harmony@v2.6.0/src/cache/mod.ts";
ICacheAdapter is the interface to be implemented by Cache Adapters for them to be usable with Harmony.
Methods can return Promises too.
Properties
Gets a key from a Cache
Sets a key to value in a Cache Name with optional expire value in MS
Deletes a key from a Cache
Gets array of all values in a Cache