(sessionKey)
| 2696 | this._sessionRegistry.register(session, sessionKey); |
| 2697 | } |
| 2698 | }; |
| 2699 | } else { |
| 2700 | SessionCache = class SimpleSessionCache { |
| 2701 | constructor(maxCachedSessions) { |
| 2702 | this._maxCachedSessions = maxCachedSessions; |
| 2703 | this._sessionCache = /* @__PURE__ */ new Map(); |