@grandlinex/core
    Preparing search index...

    Class InMemCache

    In-memory cache implementation that extends CoreCache.

    This cache stores simple key/value pairs as well as entity objects indexed by their class name and unique identifier. It optionally clears all cached data at a configurable interval via #start and #stop.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    channel: string
    deleteTime?: number
    eMap: Map<string, Map<string, any>>
    keyMap: Map<string, string>
    logger: CoreLogger | null
    loop: Timeout | null

    Methods