Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
WebviewResourceCache
Class WebviewResourceCache
Browser based cache of webview resources across all instances.
Index
Constructors
constructor
Properties
cache
Methods
delete
match
put
resolve
Cache
Constructors
constructor
new
Webview
Resource
Cache
(
)
:
WebviewResourceCache
Returns
WebviewResourceCache
Properties
Protected
Readonly
cache
cache
:
Deferred
<
undefined
|
Cache
>
= ...
Methods
delete
delete
(
url
)
:
Promise
<
boolean
>
Parameters
url
:
string
Returns
Promise
<
boolean
>
match
match
(
url
)
:
Promise
<
undefined
|
WebviewResourceResponse
>
Parameters
url
:
string
Returns
Promise
<
undefined
|
WebviewResourceResponse
>
put
put
(
url
,
response
)
:
Promise
<
void
>
Parameters
url
:
string
response
:
WebviewResourceResponse
Returns
Promise
<
void
>
Protected
resolve
Cache
resolve
Cache
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
cache
delete
match
put
resolve
Cache
Theia TypeDoc
Loading...
Browser based cache of webview resources across all instances.