Gadoes stops dispumike asking the same legal database twice
A new caching layer means repeated research queries hit memory instead of re-fetching the same case law every session.
Gadoes added a results cache that sits in front of the outside legal sources the fork queries - places like CourtListener (a US case-law database), EUR-Lex (the EU's official legal portal) and a handful of investment-arbitration archives. Ask the same question twice and the second answer comes back instantly, without another round trip.
The smart part is freshness tuned to the source. Court opinion databases change constantly, so their answers are held for only an hour. EU regulations and arbitration awards barely move, so those are held for a full day. There's also a tidy-up step that treats messy variants of the same query - extra spaces, a stray full stop, different capitalisation - as identical, so near-duplicate searches still share a cached answer.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?