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