Skip to main content
Module

x/harmony/src/cache/mod.ts

An easy to use Discord API Library for Deno.
Go to Latest
import * as harmony from "https://deno.land/x/harmony@v2.9.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.