CSVW RDF Convertor - Documentation
GitHub
npm
Preparing search index...
@csvw-rdf-convertor/core
lib/fetch-cache
FetchCacheInterface
Interface FetchCacheInterface
interface
FetchCacheInterface
{
fromCache
(
url
:
string
,
baseIri
:
string
)
:
Promise
<
undefined
|
string
>
;
inCache
(
url
:
string
,
baseIri
:
string
)
:
boolean
;
toCache
(
url
:
string
,
baseIri
:
string
,
content
:
Promise
<
string
>
,
cacheErrors
?:
boolean
,
)
:
Promise
<
void
>
;
}
Index
Methods
from
Cache
in
Cache
to
Cache
Methods
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
>
Optional
cacheErrors
:
boolean
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
from
Cache
in
Cache
to
Cache
GitHub
npm
CSVW RDF Convertor - Documentation
Loading...