all groups > asp.net caching > july 2003
cache datatable newbie question
Posted by Sean at 7/30/2003 11:20:45 AM
Hi,
If I cache a datatable twice with the same datatable name, e.g.
Cache.Insert("MyDataTable",dtDatatable), will the
first datatable be replace?
Thanks.
... more >>
why cache synchronization means faulty design ???
Posted by Invalidlastname at 7/28/2003 3:58:51 PM
In the article:[ Caching Architecture Guide for .NET Framework =
Applications ] :
<http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/dnbda=
/html/CachingArchch5.asp>
section [ Synchronizing Caches in a Server Farm ] :
A common problem for distributed applications developer... more >>
Clear All Cache
Posted by MDB at 7/22/2003 7:27:43 AM
Hi All,
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
cached. When new data is entered, I ... more >>
Can't Stop the Cacheing
Posted by Dan McFarland at 7/19/2003 4:23:11 AM
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
retrieve data on a SQL2k Server concerning ... more >>
Caching Application Block
Posted by paritosh at 7/15/2003 11:35:45 PM
Does anybody have more information on Caching Application
Block other than the one provided by MS?
Any usage Samples?
TIA
paritosh... more >>
Session Expires
Posted by Iftikar Ahmad at 7/10/2003 4:38:05 PM
hi ,
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
Iftikhar
... more >>
Output Control caching : can control be only set through GET/POST parameters ?
Posted by Vincent Cadoret at 7/9/2003 11:18:56 AM
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 .ascx, I got an e... more >>
Cached items getting updated by usage?
Posted by trahan NO[at]SPAM midsouth.rr.com at 7/7/2003 5:59:04 AM
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
values into the startin... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Client Side Caching
Posted by Dan Guisinger at 7/1/2003 11:55:09 AM
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.
The images are pulled in through an aspx page as follows:
http:/... more >>
|