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

x/grm/src/entity_cache.ts>EntityCache

MTProto API Client for Deno 🦕
Go to Latest
class EntityCache
import { EntityCache } from "https://deno.land/x/grm@0.5.2/src/entity_cache.ts";

Constructors

new
EntityCache()

Properties

private
cacheMap: Map<string, any>

Methods

add(entities: any)
get(item: bigInt.BigInteger | string | undefined)