Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/capi/util/cache/memory.ts>InMemoryCache

[WIP] A framework for crafting interactions with Substrate chains
Latest
class InMemoryCache
extends CacheBase
import { InMemoryCache } from "https://deno.land/x/capi@v0.1.1-beta.1/util/cache/memory.ts";

Properties

memo: PermanentMemo<string, Uint8Array>

Methods

_getRaw(key: string, init: () => Promise<Uint8Array>): Promise<Uint8Array>
_has(key: string): Promise<boolean>