MCPcopy Create free account
hub / github.com/KartikLabhshetwar/foliox / getCacheKey

Function getCacheKey

lib/utils/cache.ts:9–11  ·  view source on GitHub ↗
(prefix: string, ...parts: string[])

Source from the content-addressed store, hash-verified

7}
8
9export function getCacheKey(prefix: string, ...parts: string[]): string {
10 return `${prefix}:${parts.join(':')}`;
11}
12
13async function cleanupExpiredCache() {
14 try {

Callers 4

resolveProfileFunction · 0.90
generatePortfolioProfileFunction · 0.90
GETFunction · 0.90
createCachedFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected