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