@ascentbv/ts-common - v1.0.165
    Preparing search index...

    Class TickCache

    Internal per-tick bucket cache for memoizing repeated work in the same tick

    Intended for cache internals, not for replacing any logic Do not use this as a replacement for system.currentTick in timer/cooldown logic

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Type Parameters

      • T

      Parameters

      • bucket: string
      • key: string
      • factory: () => T

      Returns T