Overview
Defines contracts and implementations for function-call identities (context + function name + arguments) used by call-result caching.
API Reference
Function-call index with dispose support for releasing tracked call resources.
export interface IDisposableFunctionCallIndex
extends IFunctionCallIndex, IDisposable {
readonly context: unknown;
readonly functionName: string;
readonly argumentsId: IISequenceWithIdData;
readonly id: string;
}import type { IDisposableFunctionCallIndex } from '@rs-x/core';4 members in this interface.
readonly argumentsId: IISequenceWithIdDatareadonly context: unknownType
unknown
readonly functionName: stringType
string
readonly id: stringType
string