revbot.js
    Preparing search index...

    Class ServerChannelManager

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cache: Map<string, ServerChannel> = ...

    Insertion ordered cache of items this manager holds.

    holds: typeof ServerChannel = ServerChannel
    Holds: any
    defaultMaxSize: number = -1

    Shared default max size for all managers (can be changed globally).

    Methods