dojo app - caching static content such as imgs/css

68 views Asked by At

Im working on and existing dojo application which is requesting the same static content on every page change.

Is there a way to configure the application so this content is cached?.... i.e so every http request has cache control headers?

1

There are 1 answers

0
srivelayutha raja On BEST ANSWER

This is nothing related with Dojo or any other javascript framework.

You can define the cache control configurations either in the Content Server (Apache / Nginx) or in the application server. (if the content is created by the backend server).