We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01fc6e commit 276b14dCopy full SHA for 276b14d
ProxyCache.java
@@ -182,7 +182,7 @@ public static void main(String args[]) {
182
if(argument.equals("-e") || argument.equals("--expires")) {
183
// when validating the cache also check the expires header, this can reduce the number of requests out to the web.
184
expires = true;
185
- System.out.println("Check expires headers when checking the freshniss of an object in the cache.");
+ System.out.println("Check expires header when checking the freshniss of an object in the cache.");
186
}
187
188
0 commit comments