@squidcloud/client
    Preparing search index...

    Class LastUsedValueExecuteFunctionCache<T>

    Lightweight cache storing only the last computed result.

    Type Parameters

    • T

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    Methods

    • Caches a result for the given arguments.

      Parameters

      • args: unknown[]
      • value: T

      Returns void