Cache issue with external JS Code. | Community
Skip to main content
Level 2
January 4, 2022
Question

Cache issue with external JS Code.

  • January 4, 2022
  • 3 replies
  • 2791 views

Hi Team,

 

I am able to see "Cache issue with external JS Code".

 

How we can minimize creating the new JS code every time we change something inside code.

 

Note : We can reuse same JS code if any changes required instead of creating new one.

 

Please provide your thoughts to fix this cache issue with external JS code.

 

Thanks,

Gangadhar

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

ShrawanSaxena-1
Adobe Employee
Adobe Employee
January 4, 2022

Hi Gangadhar,

Could you please provide more details on what error you are getting when referring to "Cache issue with external JS Code"?"

Milan_Vucetic
Level 9
January 9, 2022

Hi @gangadhar_reddy1 

if you want to disable cache within JSSP pages in AC you can use the following:

        // Setting headers to disable cache
        response.addHeader("Pragma", "no-cache")
        response.addHeader("Cache-Control", "no-cache");
        response.addHeader("Expires", new Date().toGMTString());

Regards,

Milan

Level 2
January 18, 2022

Hi Milan,

 

Thanks for providing the dynamic java script code. But this code is not working.

 

Please provide me the Java script code instead of dynamic java script code to fix the cache issue with external JS code.

 

Thanks,

Gangadhar

Sukrity_Wadhwa
Community Manager
Community Manager
January 13, 2022

Hi @gangadhar_reddy1,

Were you able to resolve this query or do you still need more help here? Do let us know.

Thanks!

Sukrity Wadhwa
Level 2
January 18, 2022

Hi Sukrity,

 

Please provide me the Java script code to fix the cache issue with external JS code.

 

Thanks,

Gangadhar

Sukrity_Wadhwa
Community Manager
Community Manager
January 19, 2022

Thanks for letting us know. I will amplify your query among our SMEs and try to get the help you need. 

-Sukrity

Sukrity Wadhwa