@flowscripter/runtime
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
In
Memory
Datastore
Manager
In
Memory
Registry
In
Memory
Session
Manager
sessions
ByHandle
get
All
Node
Runtime
Node
Runtime
Context
Base
Runtime
Simple implementation of a [[SessionManager]] using an in-memory map.
Hierarchy
InMemorySessionManager
Implements
SessionManager
Index
Properties
sessions
ByHandle
Methods
get
All
Properties
Private
Readonly
sessions
ByHandle
sessions
ByHandle
:
Map
<
string
,
[
string
,
Session
]
>
= new Map()
Methods
get
All
get
All
(
)
:
Iterable
<
[
string
,
Session
]
>
inheritdoc
Returns
Iterable
<
[
string
,
Session
]
>
Simple implementation of a [[SessionManager]] using an in-memory map.