This anwser suggest "send 'no-cache' HTTP headers back with your response from the server." to work around ajax calls caching issues in IE.
With my limited knowledge, I assumed such a type of setting "no-cache" referred to grabbing a new page from the browser.
How is ajax caching tied to this functionality? One in the same? Differences?
Does no-caching in general just block a name value pair object from being sent to the server? - Which is the behavior I see when caching is enabled for an ajax call with the same previous name/values?