FoxoChat.js Packages
    Preparing search index...

    Class CachedManager<K, D, H>Abstract

    Manages the API methods of a data model with a mutable cache of instances.

    Type Parameters

    • K
    • D
    • H extends Data<D, K>

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    cache: Map<K, H> = ...

    The cache of items for this manager.

    client: Client

    The client that instantiated this Manager.

    holds: Newable<H>

    The data structure belonging to this manager.

    Methods