Search
Preparing search index...
The search index is not available
Back To Index
|
@azure/app-configuration
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
CacheStorage
Interface CacheStorage
Package version
The storage for Cache objects.
Hierarchy
CacheStorage
Index
Methods
delete
has
keys
match
open
Methods
delete
delete
(
cacheName
:
string
)
:
Promise
<
boolean
>
Parameters
cacheName:
string
Returns
Promise
<
boolean
>
has
has
(
cacheName
:
string
)
:
Promise
<
boolean
>
Parameters
cacheName:
string
Returns
Promise
<
boolean
>
keys
keys
(
)
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
match
match
(
request
:
RequestInfo
, options
?:
CacheQueryOptions
)
:
Promise
<
Response
|
undefined
>
Parameters
request:
RequestInfo
Optional
options:
CacheQueryOptions
Returns
Promise
<
Response
|
undefined
>
open
open
(
cacheName
:
string
)
:
Promise
<
Cache
>
Parameters
cacheName:
string
Returns
Promise
<
Cache
>
Globals
Cache
Storage
delete
has
keys
match
open
Generated using
TypeDoc
The storage for Cache objects.