| Thread | Last Post | Replies |
|
| cache datatable newbie question | 30 Jul 2003 18:36 GMT | 1 |
If I cache a datatable twice with the same datatable name, e.g. Cache.Insert("MyDataTable",dtDatatable), will the first datatable be replace? Thanks.
|
| why cache synchronization means faulty design ??? | 30 Jul 2003 03:24 GMT | 2 |
In the article:[ Caching Architecture Guide for .NET Framework Applications ] : <http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/Cach ingArchch5.asp> section [ Synchronizing Caches in a Server Farm ] : A common problem for distributed applications ...
|
| Can't Stop the Cacheing | 22 Jul 2003 16:01 GMT | 1 |
Or at least, so it seems... I have an ASPX page that I've tried everything on to force it to reload when it's called. I'm using a webcontrol I wrote that serves as a banner. That banner uses SqlClient.SqlCommand and SqlClient.SqlConnection objects to
|
| Clear All Cache | 22 Jul 2003 13:02 GMT | 1 |
Is there a easy way to clear all cache? I have tried Response.Cache.SetExpires(DateTime.Now); however, it dosn't seem to work. Just a quick summary of what I am doing, I have a db driven web site where are the pages are dynamically created and
|
| Output Control caching : can control be only set through GET/POST parameters ? | 21 Jul 2003 12:18 GMT | 5 |
I have a page which includes a user control. The output of this control is defined by an ID which is set through an accessor in the code-behind of my page. I want to cache this control according to this ID. The problem is that when I place an OutputCache directive in the control ...
|
| Session Expires | 16 Jul 2003 19:47 GMT | 3 |
We are Developing an applciation in ASPNet and have set session timeout 20 minutes in web.config. It works fine in the Browser, but when run the application through the VS.net it expires quickly. Thanks in advance
|
| Cached items getting updated by usage? | 07 Jul 2003 15:45 GMT | 1 |
I have an ASP.Net application that I need the ability to insert certain object's with their starting values into the Application Cache object. Basically, we have these really large, expensive to create starting point spreadsheets that the system will over and over insert
|
| Client Side Caching | 02 Jul 2003 00:51 GMT | 2 |
My ecommerce app (running http://voipstore.atacomm.com) uses a database driven template system to generate the page templates, along with accessing template images. However images don't appear to be caching sa they should.
|