Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlowiseAI/Flowise
/ del
Method
del
packages/server/src/UsageCacheManager.ts:218–220 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
216
}
217
218
public
async
del(key: string): Promise<void> {
219
await
this.cache.del(key)
220
}
221
222
public
async
mdel(keys: string[]): Promise<void> {
223
await
this.cache.mdel(keys)
Callers
4
clearChatMessages
Method · 0.80
clearChatMessages
Method · 0.80
deleteSSOTokenCache
Method · 0.80
destroyAllSessionsForUser
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected