[Mono-bugs] [Bug 49486][Maj] New - Cache experation mechanism is not functional

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 9 Oct 2003 09:34:41 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by yaronsh@mainsoft.com.

http://bugzilla.ximian.com/show_bug.cgi?id=49486

--- shadow/49486	2003-10-09 09:34:41.000000000 -0400
+++ shadow/49486.tmp.1059	2003-10-09 09:34:41.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 49486
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yaronsh@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Cache experation mechanism is not functional
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+The experation in the Cache mechanism is not working
+
+Steps to reproduce the problem:
+1. Compile the attchaed aspx.cs. 
+(mcs -r:System.Web.dll -r:System.Data.dll -r:System.Drawing.dll -
+t:library -out:bin/WebForm1.dll WebForm1.aspx.cs)
+2. Run WebForm1
+3. Click on the button "Cache"
+4. Click on the button "Print Cache"
+5. Wait for something like a minute (The caching cleaning doesn't occur 
+when the item is expired as promised..)
+6. Click on the button "Print Expired"
+
+Actual Results:
+No expired items are printed (The item is still in the cache).
+
+Expected Results:
+The item ("Yaron Id 0") should be printed as expired.
+
+How often does this happen? 
+Always.
+
+Additional Information:
+I think that you should check the sliding expiration interval. (Maybe it's 
+the cause...)