@grandlinex/core
    Preparing search index...

    Class CoreCache<K, T, P, C, E>Abstract

    Abstract base class that defines the API for cache implementations within the core framework.

    The cache is identified by a unique channel and module name. Concrete subclasses must provide the storage logic for all abstract methods.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    channel: string
    logger: CoreLogger | null

    Methods