MCPcopy
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

clearChatMessagesMethod · 0.80
clearChatMessagesMethod · 0.80
deleteSSOTokenCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected