Skip to main content

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.