ktor-server-sessions
Toggle table of contents
3.3.1
common
Platform filter
common
Switch theme
Search in API
ktor-server-sessions
ktor-server-sessions
/
io.ktor.server.sessions
/
Cache
/
peek
peek
abstract
fun
peek
(
key
:
K
)
:
V
?
(
source
)
Returns value for
key
or
null
if it's not found in the cache.
Report a problem