()
| 59 | if (restoredKey) logger.info('cache', `restore complete key=${JSON.stringify(restoredKey)}`); |
| 60 | else logger.info('cache', 'restore skipped reason="not_found"'); |
| 61 | } |
| 62 | |
| 63 | async function saveStaticCache(): Promise<void> { |
| 64 | await saveCache(CACHE_PATHS, await generateCacheKey()); |
| 65 | } |
| 66 |
no test coverage detected