Browse by Tags

Related Posts

  • Post-cache ("Donut Cache") with User Controls

    Hi, guys. I've read the ScottGu's article about "Donut Caching" and not only his, but others about Post-Cache; but many of them talk about the Substitution Control. I either find things about Partial Caching using partial caching controls, or even setting the OutputCache directive to...
    Posted to Architecture (Forum) by thiagosindra on 02-12-2009, 12:00 AM
    Filed under: outputcache, scottgu, substitution, cache, caching, user controls, post-cache, donut cache
  • Cache precedence

    I am using OutputCache in pages to cache the full page consisting couple of user controls. Each user control is using Caching using Cache object. My confusion is with cache precedence, would page refresh (after outputcache duration expires) trigger the usercontrol cache automatically? How does the whole...
    Posted to Getting Started (Forum) by nimish on 10-07-2008, 12:00 AM
    Filed under: OUTPUTCACHE, cache
  • 'AjaxControlToolkit' undefined and cache

    Hi When i place OutputCache tag in a user control that used some ajax feature (AjaxControl toolkit for example) the 'AjaxControlToolkit' undefined error dialog appear in browsing page. I used cach tag this way: <%@ OutputCache Duration="7200" VaryByParam="none" Shared="true"...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mfarshadmehr on 07-26-2008, 12:00 AM
    Filed under: AjaxControlToolkit, Cache, error, OutputCache, undefined
  • Output Caching in URL Rewrite

    I have a site which utilized URL Rewrite to allow friendly URL. For example, "~/someurl.aspx" is rewrite to "~/pageindex.aspx?pageid=1", "~/somedir/someurl.aspx" is rewrite to "~/pageindex.aspx?pageid=2", etc. I wanted to enable Output Caching for the site and...
    Posted to State Management (Forum) by royston on 02-10-2008, 12:00 AM
    Filed under: outputCache, Cache, cache problem, Caching
  • Fragment Caching not working when same control added twice on a page

    The ControlCachePolicy class allows for the programmatic control of fragment caching using user controls. This allow enabling/disabling, changing caching duration for a user control programmatically. Unfortunately, the below code will not work Test1.aspx 1 < form id= "form1" runat= "server"...
    Posted to State Management (Forum) by royston on 02-10-2008, 12:00 AM
    Filed under: outputCache, Cache, Caching
  • OutputCache: Inconsistent/Duplicate Caches

    My group has been using Output Caching extensively on a server farm for years without problems. Recently, tried and true code started producing unpredictable results - but only in the live server environment. No configuration changes have been made that should impact this. The problem: For each page...
    Posted to Web Forms (Forum) by Tyrven on 08-24-2007, 12:00 AM
    Filed under: OutputCache, Cache, Caching
  • Output Caching on Multiple Web Server (Load Balancing)

    Hi All, We are using five web server for load balancing, if we implement the caching it will cache the same page on each server. Is there any way so that we can store cache on single server. Or can anyone have idea of implementing page caching on multiple web server environment. Thanks, Vikas
    Posted to Getting Started (Forum) by vikaskumarg on 06-06-2007, 12:00 AM
    Filed under: multiple web server, OUTPUTCACHE, page cache, Best Practice, cache, Caching
  • Displaying the OutputCache at runtime

    Is it possible to display the pages use the OutputCache at runtime? I have a handy debugging tool that displays the contents of HttpContext.Current.Cache in a DataGrid, but I never see anything that's cached using the OutputCache directive. Are these items stored somewhere else? Thanks!
    Posted to State Management (Forum) by jrummell on 04-11-2007, 12:00 AM
    Filed under: outputCache, Cache
  • Output caching with IIS 6.0

    I have output cache enabled all of my pages, and they get cached well on my local machine (XP + IIS 5), but on our Dev server (2003, IIS 6) none of the pages are cached. Have been searching for a while, & do see others asking the same question, but no answers. Do any of you guys know the solution...
    Posted to State Management (Forum) by garfield on 04-11-2007, 12:00 AM
    Filed under: outputCache, asp.net 2.0, Cache
  • Re: caching question

    The response.cache tells the browser to cache the page. It may or may not do that, based on the browser settings. The OutputCache, on the other hand, does something like this: (first request) page request -> .net runtime processes the page and writes out a temporary file -> serves the file (subsequent...
    Posted to State Management (Forum) by eraza on 03-26-2007, 12:00 AM
    Filed under: outputCache, Cache
Page 1 of 2 (11 items) 1 2 Next >