* Reads session data for a given session ID from the persistence store * * @param sessionId - Unique identifier for the session
(sessionId: string)
| 76 | * @param sessionId - Unique identifier for the session |
| 77 | */ |
| 78 | read(sessionId: string): Promise<SessionData | null> | SessionData | null |
| 79 | |
| 80 | /** |
| 81 | * Writes session data for a given session ID to the persistence store |
no outgoing calls
no test coverage detected