MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / getCacheKey

Method getCacheKey

packages/db/src/buffers/group-buffer.ts:68–70  ·  view source on GitHub ↗
(projectId: string, id: string)

Source from the content-addressed store, hash-verified

66 }
67
68 private getCacheKey(projectId: string, id: string) {
69 return `${this.redisCachePrefix}${projectId}:${id}`;
70 }
71
72 private async fetchFromCache(
73 projectId: string,

Callers 2

fetchFromCacheMethod · 0.95
addMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected