Skip to main content
Module

x/grm/mod.ts>EntityCache

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

Constructors

new
EntityCache()

Properties

private
cacheMap: Map<string, any>

Methods

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

Constructors

new
EntityCache()

Properties

private
cacheMap: Map<string, any>

Methods

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