InMemory
Defined in: src/backends/memory.ts:73
A backend that uses an in-memory store for storing data
Extends
Section titled “Extends”_InMemory
Properties
Section titled “Properties”
readonlyname:"InMemory"='InMemory'
Defined in: src/backends/memory.ts:57
Inherited from
Section titled “Inherited from”_InMemory.name
options
Section titled “options”
readonlyoptions:object
Defined in: src/backends/memory.ts:58
readonlylabel:object
label.required
Section titled “label.required”
readonlyrequired:false=false
label.type
Section titled “label.type”
readonlytype:"string"='string'
maxSize
Section titled “maxSize”
readonlymaxSize:object
maxSize.required
Section titled “maxSize.required”
readonlyrequired:false=false
maxSize.type
Section titled “maxSize.type”
readonlytype:"number"='number'
Inherited from
Section titled “Inherited from”_InMemory.options
Methods
Section titled “Methods”create()
Section titled “create()”
readonlycreate(__namedParameters):StoreFS<InMemoryStore>
Defined in: src/backends/memory.ts:62
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”_InMemory.create