Search
Preparing search index...
The search index is not available
triaswallet
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"providers/persistence/storage/ram-storage"
RamStorage
Class RamStorage
Hierarchy
RamStorage
Implements
IStorage
Index
Constructors
constructor
Properties
hash
Methods
create
get
remove
set
Constructors
constructor
new
Ram
Storage
(
)
:
RamStorage
Returns
RamStorage
Properties
hash
hash
:
object
Type declaration
Methods
create
create
(
k
:
string
, v
:
any
)
:
Promise
<
void
>
Parameters
k:
string
v:
any
Returns
Promise
<
void
>
get
get
(
k
:
string
)
:
Promise
<
any
>
Parameters
k:
string
Returns
Promise
<
any
>
remove
remove
(
k
:
string
)
:
Promise
<
void
>
Parameters
k:
string
Returns
Promise
<
void
>
set
set
(
k
:
string
, v
:
any
)
:
Promise
<
void
>
Parameters
k:
string
v:
any
Returns
Promise
<
void
>
Globals
"providers/persistence/storage/ram-
storage"
Ram
Storage
constructor
hash
create
get
remove
set