Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ clearPluginOptionsCache
Function
clearPluginOptionsCache
src/utils/plugins/pluginOptionsStorage.ts:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
)
78
79
export
function
clearPluginOptionsCache(): void {
80
loadPluginOptions.cache?.clear?.()
81
}
82
83
/**
84
* Save option values, splitting by `schema[key].sensitive`. Non-sensitive go
Callers
3
savePluginOptions
Function · 0.85
deletePluginOptions
Function · 0.85
clearAllPluginCaches
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected