Open cori opened 8 years ago
just realized that the version we're on may be the problem here.
Its there in the code but just missing from the AssemblyInfo.cs
[ArgumentAttribute(@"/F", @"/forceclear",false)]
public bool S_forceClear
{
get { return s_forceClear; }
set { s_forceClear = value; }
}
version: Alachisoft (R) NCache Utility ClearCache. Version 4.4.0.0 Copyright (C) Alachisoft 2015. All rights reserved.
When I run
clearcache.exe /?
in a command window the only options I get back are for /G and /? as seen below:According to an answer to a stackoverflow question [http://stackoverflow.com/a/35175597/8151] about forcing the clear without confirmation, I should expect to see more.