CacheManager
Summary
Centralized cache manager for coordinating all caching operations This class manages all caching operations in mint-tsdocs. To understand how caching fits into the overall architecture, check the documentation. The cache system includes type analysis caching and API resolution caching.Signature
Constructors
constructor
Constructs a new instance of the classProperties
apiResolution
Modifiers: readonly Type:get apiResolution(): ApiResolutionCache;
Default: “
Get the API resolution cache
typeAnalysis
Modifiers: readonly Type:get typeAnalysis(): TypeAnalysisCache;
Default: “
Get the type analysis cache

