Search
Preparing search index...
The search index is not available
Streams Platform Client Api - v1.4.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Streams Platform Client Api - v1.4.0
StorageAdapterInterface
Interface StorageAdapterInterface
Hierarchy
StorageAdapterInterface
Implemented by
StorageAdapter
Index
Methods
clear
get
has
set
unset
Methods
clear
clear
(
)
:
StorageAdapterInterface
Returns
StorageAdapterInterface
get
get
<
T
>
(
key
:
string
, defaultValue
?:
any
)
:
T
Type parameters
T
Parameters
key:
string
Optional
defaultValue:
any
Returns
T
has
has
(
key
:
string
)
:
boolean
Parameters
key:
string
Returns
boolean
set
set
(
key
:
string
, value
:
any
)
:
StorageAdapterInterface
Parameters
key:
string
value:
any
Returns
StorageAdapterInterface
unset
unset
(
key
:
string
)
:
StorageAdapterInterface
Parameters
key:
string
Returns
StorageAdapterInterface
Exports
Request
Response
Storage
Adapter
Interface
clear
get
has
set
unset