@wppconnect/wa-js - v3.20.1
Preparing search index...
whatsapp
LruMediaStore
Interface LruMediaStore
interface
LruMediaStore
{
clear
()
:
Promise
<
void
>
;
count
()
:
Promise
<
number
>
;
del
(
key
:
string
)
:
Promise
<
void
>
;
get
(
key
:
string
)
:
Promise
<
ArrayBuffer
|
Uint8Array
<
ArrayBufferLike
>
|
null
>
;
has
(
key
:
string
)
:
Promise
<
boolean
>
;
put
(
key
:
string
,
value
:
ArrayBuffer
|
Uint8Array
<
ArrayBufferLike
>
,
)
:
Promise
<
void
>
;
}
Index
Methods
clear
count
del
get
has
put
Methods
clear
clear
()
:
Promise
<
void
>
Returns
Promise
<
void
>
count
count
()
:
Promise
<
number
>
Returns
Promise
<
number
>
del
del
(
key
:
string
)
:
Promise
<
void
>
Parameters
key
:
string
Returns
Promise
<
void
>
get
get
(
key
:
string
)
:
Promise
<
ArrayBuffer
|
Uint8Array
<
ArrayBufferLike
>
|
null
>
Parameters
key
:
string
Returns
Promise
<
ArrayBuffer
|
Uint8Array
<
ArrayBufferLike
>
|
null
>
has
has
(
key
:
string
)
:
Promise
<
boolean
>
Parameters
key
:
string
Returns
Promise
<
boolean
>
put
put
(
key
:
string
,
value
:
ArrayBuffer
|
Uint8Array
<
ArrayBufferLike
>
,
)
:
Promise
<
void
>
Parameters
key
:
string
value
:
ArrayBuffer
|
Uint8Array
<
ArrayBufferLike
>
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
clear
count
del
get
has
put
@wppconnect/wa-js - v3.20.1
Loading...