MCPcopy
hub / github.com/claude-code-best/claude-code / clearAllCaches

Function clearAllCaches

src/utils/plugins/cacheUtils.ts:44–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44export function clearAllCaches(): void {
45 clearAllPluginCaches()
46 clearCommandsCache()
47 clearAgentDefinitionsCache()
48 clearPromptCache()
49 resetSentSkillNames()
50}
51
52/**
53 * Mark a plugin version as orphaned.

Callers 15

refreshActivePluginsFunction · 0.85
installResolvedPluginFunction · 0.85
installSelectedPluginsFunction · 0.85
applyChangesFunction · 0.85
handleSingleOperationFunction · 0.85
ManagePluginsFunction · 0.85
doUninstallFunction · 0.85
installSelectedPluginsFunction · 0.85
handleAddFunction · 0.85
handleSelectFunction · 0.85
checkAndInstallFunction · 0.85
marketplaceAddHandlerFunction · 0.85

Calls 5

clearAllPluginCachesFunction · 0.85
clearCommandsCacheFunction · 0.85
clearPromptCacheFunction · 0.85
resetSentSkillNamesFunction · 0.85

Tested by

no test coverage detected