(key: Key)
| 131 | }, |
| 132 | |
| 133 | invalidate(key: Key): void { |
| 134 | const entriesForResource = getEntriesForResource(resource); |
| 135 | entriesForResource.delete(key); |
| 136 | }, |
| 137 | |
| 138 | read(input: Input): Value { |
| 139 | // Prevent access outside of render. |
nothing calls this directly
no test coverage detected