What? Why? Who?
As operator I would like that only popular requests are cached. Allow to code if a requests gets cached on a per request basis.
Acceptance Criteria
- Add a method to the interface that checks if a request needs caching.
- (Optional) make the logic configurable (for example offset < 1000).
Scope