suspend fun SessionStore.clearAwait(): Unit
Remove all sessions from the store. |
|
suspend fun SessionStore.deleteAwait(id: String): Unit
Delete the session with the specified ID. |
|
suspend fun SessionStore.getAwait(cookieValue: String): Session?
Get the session with the specified ID. |
|
suspend fun SessionStore.putAwait(session: Session): Unit
Add a session with the specified ID. |
|
suspend fun SessionStore.sizeAwait(): Int
Get the number of sessions in the store. |