Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/claude-code-best/claude-code
/ resetSettingsCache
Function
resetSettingsCache
src/utils/settings/settingsCache.ts:55–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
export
function
resetSettingsCache(): void {
56
sessionSettingsCache = null
57
perSourceCache.clear()
58
parseFileCache.clear()
59
}
60
61
/**
62
* Plugin settings base layer
for
the settings cascade.
Callers
13
loadSettingsFromFlag
Function · 0.85
loadSettingSourcesFromFlag
Function · 0.85
resetProviderState
Function · 0.85
fanOut
Function · 0.85
updateSettingsForSource
Function · 0.85
getSettingsWithSources
Function · 0.85
clearPluginCache
Function · 0.85
cachePluginSettings
Function · 0.85
updateHooksConfigSnapshot
Function · 0.85
getRemoteManagedSettingsSyncFromCache
Function · 0.85
applyRemoteEntriesToLocal
Function · 0.85
createSession
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
1
resetProviderState
Function · 0.68