public class ResourceUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
useCachesIfNecessary(URLConnection con)
Set the
"useCaches" flag on the given connection, preferring false but leaving the
flag at true for JNLP based resources. |
public static void useCachesIfNecessary(URLConnection con)
"useCaches" flag on the given connection, preferring false but leaving the
flag at true for JNLP based resources.con - the URLConnection to set the flag onCopyright © 2023 MuleSoft, Inc.. All rights reserved.