cancel
Showing results for 
Search instead for 
Did you mean: 

XML Views Cache Issue in SAPUI5 Production code

Former Member
0 Kudos

Hi All,

We are facing issues with SAPUI5 production code because of caching . If new changes are moved to production (changes in XML Views), the users have to clear the cache before they can use it . Is there a way to avaoid it . I checked out the Cache Buster mechanisms but it did not help.

Can someone suggest the right way to handle these scenarios.

Regards

Mayank Jain

Accepted Solutions (1)

Accepted Solutions (1)

kai2015
Contributor
0 Kudos

Do you know this post?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you can use "cache-control"   (.xsaccess)

{

  "cache_control":"no-store", 

}

more info;:

Application-Access File Keyword Options - SAP HANA Developer Guide for SAP HANA Studio - SAP Library

Best regards

Ben

Former Member
0 Kudos

Thanks for your reply . Can you please provide a solution for landscape involving SAP Netweaver Gateway.

Regards

Mayank Jain

Former Member
0 Kudos

try following the SAP Note 2075016.

Former Member
0 Kudos

The note looks promising but the issue got resolved by bootstrap app cache buster variant itself.

Regards

Mayank Jain

ChandraMahajan
Active Contributor
0 Kudos

Hi,


Please mark this Discussion with a Correct Answer and Helpful Answer where appropriate.  See   Even if you discovered the solution without any outside contributions, it helps others to understand what the solution turned out to be.


Regards,

Chandra