clearPluginModuleCache
Function: clearPluginModuleCache()
clearPluginModuleCache(
pluginPath,_cacheObj?):void
Defined in: src/plugin/utils.ts:623
Clear module cache entries for a plugin to prevent memory leaks Note: In ES modules, we cannot directly access the module cache like in CommonJS This function is kept for compatibility but does not perform cache clearing in ES modules
Parameters
pluginPath
string
_cacheObj?
Record<string, unknown>
Returns
void