API Reference

function-call-result-cache

API entries in this module: 5

Current function-call-result-cache implementation

This module provides utilities to cache function-call results, so repeated evaluation can reuse previous results instead of recomputing every call.

Cache entries are grouped by context object and keyed by function-call identity (function name + arguments, represented by function-call index). The service supports create, has, and get operations to manage and read cached entries.

Module API entries