IE specific:GET is returning cached data

Hi, I am facing a IE specific issue. When i request resources using store.find(), i am getting cached data after first time onwards with 304 code as result. When i see the network log using fiddler, IE is not sending requests to the browsers in those cases. This issue not happening on other browsers. Overriding adapter ajaxOptions and setting cache to “true” is solving the issue? But i want to check here, Is this a known issue?

aggressive browser caching is a known “issue” and not specific to Ember but to all XHR/Ajax requests…

@herom So, Is it ok to set cache to true?