| Package | Description |
|---|---|
| ai.preferred.venom |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Session.get(@NotNull Session.Key<T> key)
Returns the session variable from the store.
|
<T> Session.Builder |
Session.Builder.put(@NotNull Session.Key<T> key,
T value)
Adds a session variable into store.
|
Copyright © 2018. All rights reserved.