2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / ControlCachePolicy.cs
index a2e1093f2e6a8ea35dea735fc26bf763194e5b5a..6087587cbd9eeff91f1caa14a3f86876b8264022 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 {
@@ -69,9 +74,6 @@ namespace System.Web.UI
                        get {
                                throw new NotImplementedException ();
                        }
-                       set {
-                               throw new NotImplementedException ();
-                       }
                }
 
                public string VaryByControl 
@@ -107,4 +109,4 @@ namespace System.Web.UI
                }
        }
 }
-#endif
\ No newline at end of file
+#endif