Preparing search index...
The search index is not available
ZenFS
ZenFS
InMemory
Interface InMemory
interface
InMemory
{
name
:
"InMemory"
;
options
:
{
name
:
{
required
:
false
;
type
:
"string"
}
}
;
create
(
__namedParameters
:
{
name
?:
string
}
)
:
StoreFS
<
InMemoryStore
>
;
}
Hierarchy
_InMemory
InMemory
Index
Properties
name
options
Methods
create
Properties
Readonly
name
name
:
"InMemory"
= 'InMemory'
Readonly
options
options
:
{
name
:
{
required
:
false
;
type
:
"string"
}
}
= ...
Methods
Readonly
create
create
(
__namedParameters
:
{
name
?:
string
}
)
:
StoreFS
<
InMemoryStore
>
Parameters
__namedParameters
:
{
name
?:
string
}
Returns
StoreFS
<
InMemoryStore
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
options
Methods
create
ZenFS
Loading...