vote up 0 vote down star

I need to find whether the web page is cached or not. That s loaded newly or its appeared in cache.

flag

70% accept rate
Some more details would be helpful: e.g., do you want to do this on the client (browser) or server? And why, exactly, do you need to know (i.e. what problem are you trying to solve?) – mdb Nov 10 '08 at 6:48

2 Answers

vote up 1 vote down check

Include generated timestamp somewhere in your response, and store the the timestamp somewhere in the server (maybe in the cache object). That way you know the version of the page by examining those values.

If you could elaborate more on the scenario you're facing, I'm sure you'll get better answer.

link|flag
vote up 0 vote down

You have either client-side or server-side caching and these are discrete in that they have no knowledge of each other.

On the server-side examine the Response.Cache object.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.