Response title
This is preview!
You can't. First off, there is no such thing as a "cached variable". Only cached documents. When the browser requests a document, it will be satisfied from cache, if not expires, headers allow, etc. The browser doesn't care what kind of content the document holds. It knows nothing of your "variables".how can I access cached variables
What "operations" are those?I wasn't sure if it did or not because if I debugged my server code it still went through and did the same operations as before.
your Ajax request will be cached unless the server sets some header saying not to
© 2013 jQuery Foundation
Sponsored by and others.