Equation Citator v1.3.7 Documentation
    Preparing search index...

    Class BaseCacheSimple<T>Abstract

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cache: Map<string, CachedData<T>> = ...
    cleanupTimer: number | null = null
    forceUpdateTimeout: number
    isDestroyed: boolean = false
    maxCacheSize: number = 30
    plugin: default

    Methods

    • Get statistcs about the cache

      Returns { newestEntry?: number; oldestEntry?: number; size: number }

    • Get the name of the cache type, used for logging and debugging

      Returns string