svn path=/branches/mono-1-1-9/mcs/; revision=50438
[mono.git] / mcs / class / System.Web / System.Web.UI / ControlCachePolicy.cs
index 6087587cbd9eeff91f1caa14a3f86876b8264022..a2e1093f2e6a8ea35dea735fc26bf763194e5b5a 100644 (file)
 //
 
 #if NET_2_0
-
+using System.Web;
 using System.Web.Caching;
 
 namespace System.Web.UI
 {
-       [MonoTODO ("only stubbed")]
        public sealed class ControlCachePolicy
        {
-               internal ControlCachePolicy ()
-               {
-               }
-
                public bool Cached 
                {
                        get {
@@ -74,6 +69,9 @@ namespace System.Web.UI
                        get {
                                throw new NotImplementedException ();
                        }
+                       set {
+                               throw new NotImplementedException ();
+                       }
                }
 
                public string VaryByControl 
@@ -109,4 +107,4 @@ namespace System.Web.UI
                }
        }
 }
-#endif
+#endif
\ No newline at end of file