Currently it is possible to configure cache control policy for Documents and Media, for non-users (guests), as outlined here: https://learn.liferay.com/w/dxp/digital-asset-management/devops/configuring-cache-control-for-documents-and-media
However, one customer was asking for a new feature to configure cache DM cache control policy for users as well.
In their case, they wanted to set Cache-Control: private, no-cache, no-store, must-revalidate for users as well. But the current behavior is that for files that only users have access to, it is set to Cache-Control: private .
Could the team consider adding a feature like this in the near future?
Thank you