[Mono-bugs] [Bug 429926] [Patch] OutputCache doesn't work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Sep 25 11:21:17 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=429926

User juraj at hotfeet.ch added comment
https://bugzilla.novell.com/show_bug.cgi?id=429926#c3





--- Comment #3 from Juraj Skripsky <juraj at hotfeet.ch>  2008-09-25 09:21:16 MDT ---
Marek, I'm not sure if my patch is really the right fix.

In my opinion, both the CachedRawResponse items as well as the CachedVaryBy
items should be stored in InternalCache. Otherwise we're polluting the user's
cache with items having Request.FilePath as key!

Why is the line "internalCache.DependencyCache = cache;" in HttpRuntime.cs
needed? This seems wrong. It implies that items in the internal cache can only
depend on items in the user cache.
I would much prefer to solve this issue first and then make OutputCache use
InternalCache for all items. What do you think?


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list