Preparing search index...
The search index is not available
Lens SDK Reference
Lens SDK Reference
@lens-protocol/client
Core
InMemoryStorageProvider
Class InMemoryStorageProvider
A storage provider that supports asynchronous storage of arbitrary data as strings
Implements
IStorageProvider
Index
Constructors
constructor
Methods
get
Item
remove
Item
set
Item
Constructors
constructor
new
In
Memory
Storage
Provider
(
)
:
InMemoryStorageProvider
Returns
InMemoryStorageProvider
Methods
get
Item
get
Item
(
key
)
:
null
|
string
Parameters
key
:
string
Returns
null
|
string
remove
Item
remove
Item
(
key
)
:
void
Parameters
key
:
string
Returns
void
set
Item
set
Item
(
key
,
value
)
:
void
Parameters
key
:
string
value
:
string
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
get
Item
remove
Item
set
Item
Lens SDK Reference
@lens-protocol/react-web - v2.3.2
@lens-protocol/react-native - v2.3.2
@lens-protocol/client - v2.3.2
A storage provider that supports asynchronous storage of arbitrary data as strings