@akashic-extension/instance-storage
Preparing search index...
EmptyInstanceStoragePlugin
Class EmptyInstanceStoragePlugin
インスタンスストレージの空実装。 本クラスはストレージとしての機能を持たないことに注意。
Implements
InstanceStorageLimitedPluginLike
Index
Constructors
constructor
Methods
delete
get
Key
get
Length
read
write
Constructors
constructor
new
EmptyInstanceStoragePlugin
(
__namedParameters
:
EmptyInstanceStoragePluginParameterObject
,
)
:
EmptyInstanceStoragePlugin
Parameters
__namedParameters
:
EmptyInstanceStoragePluginParameterObject
Returns
EmptyInstanceStoragePlugin
Methods
delete
delete
(
key
:
string
,
callback
:
(
error
:
null
|
Error
)
=>
void
)
:
void
Parameters
key
:
string
callback
:
(
error
:
null
|
Error
)
=>
void
Returns
void
get
Key
getKey
(
index
:
number
,
callback
:
(
error
:
null
|
Error
,
key
:
null
|
string
)
=>
void
,
)
:
void
Parameters
index
:
number
callback
:
(
error
:
null
|
Error
,
key
:
null
|
string
)
=>
void
Returns
void
get
Length
getLength
(
callback
:
(
error
:
null
|
Error
,
length
:
number
)
=>
void
)
:
void
Parameters
callback
:
(
error
:
null
|
Error
,
length
:
number
)
=>
void
Returns
void
read
read
(
key
:
string
,
callback
:
(
error
:
null
|
Error
,
val
:
unknown
)
=>
void
)
:
void
Parameters
key
:
string
callback
:
(
error
:
null
|
Error
,
val
:
unknown
)
=>
void
Returns
void
write
write
(
key
:
string
,
val
:
unknown
,
callback
:
(
error
:
null
|
Error
)
=>
void
)
:
void
Parameters
key
:
string
val
:
unknown
callback
:
(
error
:
null
|
Error
)
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
delete
get
Key
get
Length
read
write
@akashic-extension/instance-storage
Loading...
インスタンスストレージの空実装。 本クラスはストレージとしての機能を持たないことに注意。