MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / getCacheKey

Function getCacheKey

packages/components/nodes/cache/RedisCache/RedisCache.ts:146–146  ·  view source on GitHub ↗
(...strings: string[])

Source from the content-addressed store, hash-verified

144 return client
145}
146const getCacheKey = (...strings: string[]): string => hash(strings.join('_'))
147const deserializeStoredGeneration = (storedGeneration: StoredGeneration) => {
148 if (storedGeneration.message !== undefined) {
149 return {

Callers 1

initMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected