Skip to main content
Dotset CLI API Documentation / index / getPatternCache

Function: getPatternCache()

function getPatternCache(): LRUCache<string, RegExp>;
Defined in: src/mantle/utils/cache.ts:432 Get the global pattern cache instance

Returns

LRUCache<string, RegExp>