public class UrlCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
antiJarLocking |
static File |
cacheDir |
| Constructor and Description |
|---|
UrlCache() |
| Modifier and Type | Method and Description |
|---|---|
URL[] |
cacheUrls(String appId,
URL[] urls) |
static void |
deleteDir(File dir)
Delete the specified directory, including all of its contents and
subdirectories recursively.
|
File |
getUrlCachedName(String appId,
URL url) |
URL |
getUrlKeyCached(String appId,
File file) |
boolean |
isUrlCached(String appId,
URL url) |
void |
releaseUrls(String appId) |
public static final boolean antiJarLocking
public static final File cacheDir
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.