Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlowiseAI/Flowise
/ del
Method
del
packages/server/src/UsageCacheManager.ts:222–224 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
220
}
221
222
public
async
del(key: string): Promise<void> {
223
await
this.cache.del(key)
224
}
225
226
public
async
mdel(keys: string[]): Promise<void> {
227
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