(store, cacheKey, resHeaders)
| 114 | } |
| 115 | |
| 116 | function invalidateUnsafeRequest (store, cacheKey, resHeaders) { |
| 117 | deleteCachedUri(store, cacheKey, cacheKey.path) |
| 118 | deleteLocationTargets(store, cacheKey, resHeaders.location) |
| 119 | deleteLocationTargets(store, cacheKey, resHeaders['content-location']) |
| 120 | } |
| 121 | /** |
| 122 | * @typedef {import('../../types/dispatcher.d.ts').default.DispatchHandler} DispatchHandler |
| 123 | * |
no test coverage detected