import * as harmony from "https://deno.land/x/harmony@v2.6.0/src/cache/mod.ts";
Classes
Default Cache Adapter for in-memory caching. |
Interfaces
ICacheAdapter is the interface to be implemented by Cache Adapters for them to be usable with Harmony. |