* Processes the provided identifier. * @param {string} identifier identifier
(identifier)
| 1009 | * @param {string} identifier identifier |
| 1010 | */ |
| 1011 | delete(identifier) { |
| 1012 | this.items.delete(identifier); |
| 1013 | this.used.delete(identifier); |
| 1014 | this.outdated = true; |
| 1015 | } |
| 1016 | |
| 1017 | /** |
| 1018 | * Processes the provided write. |
no outgoing calls
no test coverage detected