Drop a user's cached engine so their next run picks up new settings/keys.
(userId: string)
| 70 | |
| 71 | /** Drop a user's cached engine so their next run picks up new settings/keys. */ |
| 72 | invalidate(userId: string): void { |
| 73 | this.cache.delete(userId); |
| 74 | } |
| 75 | } |
no test coverage detected