Capsium TypeScript API
Capsium
GitHub
Preparing search index...
@capsium/swsws
CacheApiBlobCache
Class CacheApiBlobCache
KeyValueBlobCache backed by the Cache API.
Implements
KeyValueBlobCache
Index
Constructors
constructor
Methods
delete
get
put
Constructors
constructor
new
CacheApiBlobCache
(
cache
:
Cache
)
:
CacheApiBlobCache
Parameters
cache
:
Cache
Returns
CacheApiBlobCache
Methods
delete
delete
(
key
:
string
)
:
Promise
<
void
>
Parameters
key
:
string
Returns
Promise
<
void
>
get
get
(
key
:
string
)
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
|
undefined
>
Parameters
key
:
string
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
|
undefined
>
put
put
(
key
:
string
,
data
:
Uint8Array
)
:
Promise
<
void
>
Parameters
key
:
string
data
:
Uint8Array
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
delete
get
put
Capsium
GitHub
Capsium TypeScript API
Loading...
KeyValueBlobCache backed by the Cache API.