digitalbazaar / jsonld.js

A JSON-LD Processor and API implementation in JavaScript
https://json-ld.org/
Other
1.66k stars 195 forks source link

Add caching test case for inline / embedded contexts that reference another context by URL #501

Open dlongley opened 1 year ago

dlongley commented 1 year ago

We need to ensure that our caching strategy doesn't cause inline / embedded contexts that reference another context by URL -- to never be updated (until the cached entry expires) when the referenced context changes. See: #500.