CSVW RDF Convertor - Documentation
GitHub
npm
Preparing search index...
@csvw-rdf-convertor/core
lib/fetch-cache
DefaultFetchCache
Class DefaultFetchCache
Index
Constructors
constructor
Properties
cache
Methods
combine
from
Cache
in
Cache
to
Cache
Constructors
constructor
new
DefaultFetchCache
()
:
DefaultFetchCache
Returns
DefaultFetchCache
Properties
Private
cache
cache
:
Map
<
string
,
{
error
?:
any
;
result
?:
string
}
>
= ...
Methods
Protected
combine
combine
(
url
:
string
,
base
:
string
)
:
string
Parameters
url
:
string
base
:
string
Returns
string
from
Cache
fromCache
(
url
:
string
,
baseIri
:
string
)
:
Promise
<
undefined
|
string
>
Parameters
url
:
string
baseIri
:
string
Returns
Promise
<
undefined
|
string
>
in
Cache
inCache
(
url
:
string
,
baseIri
:
string
)
:
boolean
Parameters
url
:
string
baseIri
:
string
Returns
boolean
to
Cache
toCache
(
url
:
string
,
baseIri
:
string
,
content
:
Promise
<
string
>
,
cacheErrors
?:
boolean
,
)
:
Promise
<
void
>
Parameters
url
:
string
baseIri
:
string
content
:
Promise
<
string
>
cacheErrors
:
boolean
= false
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cache
Methods
combine
from
Cache
in
Cache
to
Cache
GitHub
npm
CSVW RDF Convertor - Documentation
Loading...