bunway
Preparing search index...
MemoryStore
Class MemoryStore
Implements
SessionStore
Index
Constructors
constructor
Accessors
size
Methods
clear
destroy
get
set
touch
Constructors
constructor
new
MemoryStore
()
:
MemoryStore
Returns
MemoryStore
Accessors
size
get
size
()
:
number
Returns
number
Methods
clear
clear
()
:
void
Returns
void
destroy
destroy
(
sid
:
string
)
:
Promise
<
void
>
Parameters
sid
:
string
Returns
Promise
<
void
>
get
get
(
sid
:
string
)
:
Promise
<
SessionData
|
null
>
Parameters
sid
:
string
Returns
Promise
<
SessionData
|
null
>
set
set
(
sid
:
string
,
session
:
SessionData
,
maxAge
?:
number
)
:
Promise
<
void
>
Parameters
sid
:
string
session
:
SessionData
Optional
maxAge
:
number
Returns
Promise
<
void
>
touch
touch
(
sid
:
string
,
_session
:
SessionData
)
:
Promise
<
void
>
Parameters
sid
:
string
_session
:
SessionData
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
size
Methods
clear
destroy
get
set
touch
bunway
Loading...