| NOT ANSWERED: How to NOT cache page (9 replies, VIP) |
| ASPFriends.com 'aspngcache' list |
| Original Message From: Chan, Jasmine Sent: Wednesday, February 20, 2002 8:48 AM To: aspngcache Subject: [aspngcache] How to NOT cache page Hi all, I know that there has been a lot of talk about caching pages but what if I don't want to cache my page. In the classic, I have use the meta tags to define no cache but sometimes that is not really reliable. Is there a page directive in which you can sta... |
|
| OutputCache (3 replies) |
| ASPFriends.com 'aspngcache' list |
| Moved from [aspngfreeforall] to [aspngcache] by Marcie Jones marciejones@yahoo.com I've noticed that statements like %@ OutputCache Duration "43200" VaryByParam "none" % Can have a very strange effect on the use of debugging. When I was debugging a few web pages I knew I had added a debug line setup to an area that contained the output cache command but those lines were not even being scanned duri... |
|
| Data Cache implementation (2 replies, VIP) |
| ASPFriends.com 'aspngcache' list |
| Does anyone know how the Data Cache is implemented? I'd guess that internally its a collection based object, such as a hashtable. We're looking at putting a large number of items into the Cache (1000) and were wondering how the lookup algorthim of the Cache would affect our retrieval times. Thanks "A guy who converts pints of Guinness into software." You might be one of them: http://www.lp.org/qui... |
|
| Output caching and file based expiration (2 replies) |
| ASPFriends.com 'aspngcache' list |
| I have a page that is using fragment caching via a user control. Everything is working fine. I would like however, to expire the fragment from cache based on an XML file sitting on the local drive. I want the fragment to stay in cache as long as this file remains unchanged. As soon as the XML file is updated, I was the fragment to expire, and be recreated. The only thing I can seem to find is sett... |
|
| Clearing User Control Cache (14 replies) |
| ASPFriends.com 'aspngcache' list |
| Is there any way to clear the cache so that user controls get re loaded? This is only really required during development. I have been making changes to a user control, but the changes aren't being seen on the page because the user control is being cached. Cheers, Julian Voelcker |
|
| Performance of Caching Data (4 replies) |
| ASPFriends.com 'aspngcache' list |
| Moved from [aspngdatagridrepeaterdatalist] to [aspngcache] by Bob Levittan blevittan@hotmail.com Hi all, I have a performance question. I have a report that will be returning two Different Datasets. The report will probably be using a DataGrid, and I will be using the sorting properties of the DataGrid. My question is this. After I initially get the datasets from the SQL server and populate the Da... |
|
| Odd and Puzzling Error (3 replies) |
| ASPFriends.com 'aspngcache' list |
| Moved from [aspngfreeforall] to [aspngcache] by Marcie Jones marciejones@yahoo.com i am storing loaded user controls in the Cache object. i can turn the feature on and off with a Web.Config setting. when i am using objects from Cache is seems to be affecting my response HTTP headers. the error message upon doing a Context.Response.Redirect is: "Cannot redirect after HTTP headers have been sent." i... |
|