-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
Low
Currently it's not possible to get the following response header:
Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, s-maxage=0, max-age=0, private
because @Cache and @NoCache annotations are mutually exclusive.
So adding noCache() to Cache will solve this problem.