()
| 178 | } |
| 179 | |
| 180 | function close() { |
| 181 | clearInterval(pruneTimer) |
| 182 | for (const entry of pool.values()) invalidate(entry) |
| 183 | pool.clear() |
| 184 | } |
| 185 | |
| 186 | function remove(sessionID: string) { |
| 187 | const key = `${sessionID}:conversation` |
no test coverage detected