Overview
Defines contracts and implementations for function-call identities (context + function name + arguments) used by call-result caching.
API Reference
Type alias for the factory service used to create, resolve, and release function-call index entries.
export type IFunctionCallIndexFactory = IKeyedInstanceFactory<
IISequenceWithIdData,
IFunctionCallIndexData,
IDisposableFunctionCallIndex
>;import type { IFunctionCallIndexFactory } from '@rs-x/core';