CBK.AI
CBK.AI DOCS
ChatBotKit
GitHub Repo
GitHub Org
Preparing search index...
The search index is not available
ChatBotKit Node SDK
ChatBotKit Node SDK
@chatbotkit/nextauth
adapter
MemoryStore
Class MemoryStore
A store that uses memory. Do not use in production.
Hierarchy
Store
MemoryStore
Index
Methods
del
get
set
Methods
del
del
(
key
)
:
Promise
<
void
>
Parameters
key
:
string
Returns
Promise
<
void
>
get
get
(
key
)
:
Promise
<
any
>
Parameters
key
:
string
Returns
Promise
<
any
>
set
set
(
key
,
value
)
:
Promise
<
void
>
Parameters
key
:
string
value
:
any
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
del
get
set
ChatBotKit Node SDK
@chatbotkit/fetch
@chatbotkit/sdk
@chatbotkit/react
@chatbotkit/next
@chatbotkit/nextauth
@chatbotkit/cli
Generated using
TypeDoc
A store that uses memory. Do not use in production.