Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ clear
Method
clear
apps/sim/lib/mcp/storage/adapter.ts:12–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
set(key: string, tools: McpTool[], ttlMs: number): Promise<void>
11
delete(key: string): Promise<void>
12
clear(): Promise<void>
13
dispose(): void
14
}
Callers
15
clearStorageMocks
Function · 0.65
ToastProvider
Function · 0.65
report
Function · 0.65
clearProviderClientCacheForTests
Function · 0.65
resetAllStores
Function · 0.65
store.ts
File · 0.65
store.ts
File · 0.65
clearEncodingCache
Function · 0.65
invalidateDeployedStateCache
Function · 0.65
getWorker
Function · 0.65
dispose
Function · 0.65
destroy
Method · 0.65
Implementers
2
RedisMcpCache
apps/sim/lib/mcp/storage/redis-cache.t
MemoryMcpCache
apps/sim/lib/mcp/storage/memory-cache.
Calls
no outgoing calls
Tested by
no test coverage detected