| 53043 | if (this._maxCachedSessions === 0) { |
| 53044 | return; |
| 53045 | } |
| 53046 | this._sessionCache.set(sessionKey, new WeakRef(session)); |
| 53047 | this._sessionRegistry.register(session, sessionKey); |
| 53048 | } |
nothing calls this directly
no outgoing calls
no test coverage detected