Enable all caches except asp net cache
Posted
by Timmy O' Tool
on Stack Overflow
See other posts from Stack Overflow
or by Timmy O' Tool
Published on 2010-03-25T21:30:25Z
Indexed on
2010/03/25
21:33 UTC
Read the original article
Hit count: 416
Hi I have different urls that points to the same code
www.url1.com www.url2.com
I need to use the cache, but if the asp net cache is enabled when someone access to www.url1.com next person accessing www.url2.com could get the previously cached data (www.url1.com)
I need to have ALL caches activated except this one.
© Stack Overflow or respective owner