[Mono-list] mono 1.1.15 outputcache

Robert Jordan robertj at gmx.net
Wed Jul 19 12:12:59 EDT 2006


Hey,

The VaryByParam="None" semantics are not implemented in Mono.
Use a true parameter name or "*" instead.

Instead of Location="Server", use "ServerAndClient".

Please file a bug at http://mono-project.com/Bugs.

Robert


> hey 
>  
> quick update, i updated to 1.1.16 and am still experiencing exactly the 
> same sitation (was just to confirm i hadn't done anything silly to my
> 1.1.15
> installation) and it seems that the outputcache is mostly working, it
> either 
> returns the page the first time, or after the cache expires, but when it
> should
> return from the cache it just responds with a blank page. how does mono
> store this cache? is there somewhere i need to allow mono to write in
> the
> filesystem or something? any ideas?
>  
> cheers again
> jim
>  
>  
> 
> 	-----Original Message----- 
> 	From: jim hunt on behalf of jim hunt 
> 	Sent: Wed 19/07/2006 14:12 
> 	To: Mono-list at lists.ximian.com 
> 	Cc: 
> 	Subject: mono 1.1.15 outputcache
> 	
> 	
> 
> 	hey
> 
> 	quick question - should outputcache work ok on 1.1.15? (fedora 5
> apache mod_mono) 
> 
> 	i just added the following at the top of an aspx page to see and
> it to test
> 
> 	<%@ OutputCache Duration="300" Location="Server"
> VaryByParam="None"%> 
> 
> 	now the first time i hit the page it comes back fine, but after
> that it just comes 
> 	back blank
> 
> 	is there anything else i need to do to allow page and partial
> caching in mono?
> 
> 	also, little asp.net question thats related, does anyone know
> how to cache
> 	the output of ashx handler pages? 
> 
> 	thanks in advance
> 	jim
> 
> 	 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list