Preparing search index...
The search index is not available
@just4/storage
@just4/storage
types
IStorage
Interface IStorage
本地存储的接口。
Hierarchy
IStorage
Index
Properties
get
Item
remove
Item
set
Item
Properties
get
Item
get
Item
:
(
(
key
)
=>
ItemValue
)
Type declaration
(
key
)
:
ItemValue
Parameters
key
:
string
Returns
ItemValue
remove
Item
remove
Item
:
(
(
key
)
=>
void
)
Type declaration
(
key
)
:
void
Parameters
key
:
string
Returns
void
set
Item
set
Item
:
(
(
key
,
value
)
=>
void
)
Type declaration
(
key
,
value
)
:
void
Parameters
key
:
string
value
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
get
Item
remove
Item
set
Item
@just4/storage
expires-
plugin
index
simple-
wrap
storage-
wrap
types
IAction
Params
IGetting
Params
IRemoving
Params
ISetting
Params
IStorage
IStorage
Options
Item
Value
Storage
Type
Generated using
TypeDoc
本地存储的接口。