| Thread | Last Post | Replies |
|
| Didn't notice a Caching newsgroup, so this is a cross post, sorry | 26 Dec 2003 17:45 GMT | 9 |
I am trying to use the Cache to pass information between pages, so rather than load up the query string with vars, I load it up on the first page, but the cache is empty on arrival to the subsequent page, can I prevent this using CacheDependency or shall I get my coat?
|
| Output Cache Set From Codebehind? | 24 Dec 2003 01:34 GMT | 2 |
I have a single .cs that I use as a page template; it creates several controls that are used by .aspx.cs pages that inherit from it. I would like to add output caching to this page template
|
| Clear Cache from Web Service | 23 Dec 2003 09:15 GMT | 1 |
Hi I have a need to clear the cache on 3 web servers, all at once, from one PC. I had intended running a Web Service on the services that I could pass the page to be
|
| CacheDependency doesn't work in windows 2003!!! | 20 Dec 2003 23:45 GMT | 1 |
Hi~ I use ASP.NET (framework 1.1 and windows 2003 server-) Cache works well but it never expires with the CacheDependency object and Expire Time Setting.
|
| Dataset Caching | 19 Dec 2003 02:13 GMT | 1 |
I have a problem when I put my dataset in the ASP.Net cache. When I get my dataset back from cache, all tables are present but are empty !!!! Please help, JY
|
| Stop IE caching my page! | 18 Dec 2003 13:45 GMT | 1 |
I have two ASP.NET web apps. I am launching one from the other and passing info to it using QueryString. The problem is, IE is caching the called page and it prevents my Page_Init from being called the 2nd time (where I read the QueryString values and shove them in the apps Session ...
|
| CacheDependency on non-existent files or paths | 12 Dec 2003 03:39 GMT | 1 |
Quick question on CacheDependency: Can you create a depency on a file (and or path) that doesn't exist yet? I'd like to place an object in the Cache and make sure that if a file appears in a directory (that may or may not exist yet) that my
|
| Cache Constantly Used Controls? | 11 Dec 2003 08:36 GMT | 1 |
I have a page-template class that creates a div tag and then creates a literal control inside the div. That way, it appears on every page that inherits from it. Is there a way to cache these controls? They only exist
|
| session and application substitute | 08 Dec 2003 11:22 GMT | 5 |
I know session & application objects in classic asp. now in ASP.NET what are the best technique to maintaine a stable application information and session information? is it true that cash object is more recommanded than
|
| Cache or Application is Faster? | 06 Dec 2003 10:43 GMT | 4 |
What is faster, reading a saved DataSet from an Application.Get() or reading the same DataSet from HttpCache?
|
| object cache ... Memory ballon | 06 Dec 2003 00:59 GMT | 6 |
I am using System.Web.HttpContext.Current.Cache.Insert to add objects to the cache. System.Web.HttpContext.Current.Cache.Insert(sKey, oObject, Nothing, Cache.NoAbsoluteExpiration, TimeSpan.FromMinutes(lMinutesExpired))
|
| Cache vs Class Variables | 05 Dec 2003 13:33 GMT | 12 |
Question 1: What is the difference between using Cache/Session/Application vs using a Class (shared) variable? Question 2: I have a class that keeps track of user preferences. It inherits directly from Object. I am using a class (shared) variable to store a list of preferences ...
|
| Caching Individual User Controls | 04 Dec 2003 21:46 GMT | 3 |
I'm hoping that someone can help me with this problem I'm having. I am developing a website for an airport that is composed entirely of separate user controls (about 25 in total). There is one ASP.NET page (Index.aspx), and all of the content is loaded onto the pages from the
|
| Old cached page? | 04 Dec 2003 00:25 GMT | 1 |
I have a several aspx pages. When you log off I use SignOut(). But if you then use the URL/address bar in IE and choose a page that you just visited, that page will be displayed in the browser!
|
| How to update cache | 03 Dec 2003 20:17 GMT | 1 |
Is there a way to have the cache update itself?
|