How to handle client side caching with jquery?

I want to do client side caching for my service response. My jquery service http request headers always carrying Cache-Control:no-cache Pragma:no-cache though i haven’t added anything. How this get appened in my service request http headers?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.