Index: binary-improvements2/WebServer/src/FileCache/InvalidateCachesCmd.cs
===================================================================
--- binary-improvements2/WebServer/src/FileCache/InvalidateCachesCmd.cs	(revision 402)
+++ binary-improvements2/WebServer/src/FileCache/InvalidateCachesCmd.cs	(revision 405)
@@ -5,13 +5,13 @@
 	[UsedImplicitly]
 	public class InvalidateCachesCmd : ConsoleCmdAbstract {
-		public override string[] GetCommands () {
+		protected override string[] getCommands () {
 			return new[] {"invalidatecaches"};
 		}
 
-		public override string GetDescription () {
+		protected override string getDescription () {
 			return "Invalidate contents of web file caches";
 		}
 
-		public override string GetHelp () {
+		protected override string getHelp () {
 			return "TODO";
 		}
