MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / clearAllCaches

Function clearAllCaches

source code/utils/plugins/cacheUtils.ts:46–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46export function clearAllCaches(): void {
47 clearAllPluginCaches()
48 clearCommandsCache()
49 clearAgentDefinitionsCache()
50 clearPromptCache()
51 resetSentSkillNames()
52}
53
54/**
55 * 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