- Issue created by @goz
When some page views or routes display content specific for user/role, adv_varnish cache them all for roles, not user.
Create view which display user specific content with generic path.
Once varnish cache the response, the same response will be displayed for same role.
Add cache option to views to select cache settings by page/role/user as Blocks do.
Deal with route option to know if a route has to be cached for page/role/user.
Active
4.0
Code