AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
493 stars 124 forks source link

Move Varnish cache invalidation to response filter? #44

Closed namedgraph closed 3 years ago

namedgraph commented 4 years ago

Right now non-safe ResourceBase and graph.Item methods are littered with ban() calls. Ideally it should be possible to separate them into a separate layer, most likely a Jersey response filter.

namedgraph commented 3 years ago

Related to #62