- Timestamp:
- Feb 22, 2023, 5:48:07 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/WebServer/src/FileCache/InvalidateCachesCmd.cs
r402 r405 5 5 [UsedImplicitly] 6 6 public class InvalidateCachesCmd : ConsoleCmdAbstract { 7 p ublic override string[] GetCommands () {7 protected override string[] getCommands () { 8 8 return new[] {"invalidatecaches"}; 9 9 } 10 10 11 p ublic override string GetDescription () {11 protected override string getDescription () { 12 12 return "Invalidate contents of web file caches"; 13 13 } 14 14 15 p ublic override string GetHelp () {15 protected override string getHelp () { 16 16 return "TODO"; 17 17 }
Note:
See TracChangeset
for help on using the changeset viewer.