()
| 132 | } |
| 133 | |
| 134 | export function getCacheEpoch() { |
| 135 | return cacheEpoch; |
| 136 | } |
| 137 | |
| 138 | export function beginCacheRequests(keys, priority = FOREGROUND_PRIORITY, requestEpoch = cacheEpoch) { |
| 139 | if (requestEpoch !== cacheEpoch) { |
no outgoing calls
no test coverage detected