(cacheKey: string)
| 14 | }; |
| 15 | |
| 16 | export const getCacheQuery = (cacheKey: string) => { |
| 17 | return cacheQuery.get(cacheKey); |
| 18 | }; |
| 19 | |
| 20 | export const clearCacheQuery = (cacheKey?: string) => { |
| 21 | if (cacheKey) { |
no outgoing calls
no test coverage detected
searching dependent graphs…