Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

ApiResolutionCache

Summary

Simple LRU cache for API resolution results

Signature

export declare class ApiResolutionCache 

Constructors

constructor

Constructs a new instance of the class

Properties

No properties defined.

Methods

clear

Clear all cached items

createCachedResolver

Create a cached wrapper for API model resolution

get

Get cached resolution result

getStats

Get cache statistics

set

Set resolution result in cache

Events

No events defined.