2008-10-21 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.Caching / Cache.cs
index 1317e3b89603f23703b4803f1181d7f7d6fb0221..6a7a5088466fe0a3c71f75b7906faa8f347882d4 100644 (file)
@@ -370,7 +370,7 @@ namespace System.Web.Caching
                }
        }
 
-       class CacheItem
+       sealed class CacheItem
        {
                public object Value;
                public string Key;
@@ -383,7 +383,7 @@ namespace System.Web.Caching
                public Timer Timer;
        }
                
-       class CacheItemEnumerator: IDictionaryEnumerator
+       sealed class CacheItemEnumerator: IDictionaryEnumerator
        {
                ArrayList list;
                int pos = -1;