Ignore:
Timestamp:
Feb 22, 2023, 5:48:07 PM (21 months ago)
Author:
alloc
Message:

Refactored console commands for A21 caching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/WebServer/src/FileCache/InvalidateCachesCmd.cs

    r402 r405  
    55        [UsedImplicitly]
    66        public class InvalidateCachesCmd : ConsoleCmdAbstract {
    7                 public override string[] GetCommands () {
     7                protected override string[] getCommands () {
    88                        return new[] {"invalidatecaches"};
    99                }
    1010
    11                 public override string GetDescription () {
     11                protected override string getDescription () {
    1212                        return "Invalidate contents of web file caches";
    1313                }
    1414
    15                 public override string GetHelp () {
     15                protected override string getHelp () {
    1616                        return "TODO";
    1717                }
Note: See TracChangeset for help on using the changeset viewer.