hey, any idea how the caching works for
hey, any idea how the caching works for the REST API? IE: If I do a call to
/markdown
, then immediately after do a /scrape
call to get the title element, will that generally have to re-scrape or can it pull from the cache?1 Reply
I suppose I could explicitly model this behavior by calling the
/html
endpoint, then passing the raw html content through as a parameter to the /markdown
and /scrape
endpoints...