public class URLCache extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
URLCache.Info |
static class |
URLCache.InfoDTO |
| Modifier and Type | Method and Description |
|---|---|
boolean |
clear(URI uri) |
URLCache.Info |
get(File file,
URI uri) |
URLCache.Info |
get(URI uri) |
File |
getCacheFileFor(URI url) |
File |
getCacheInfoFileFor(URI url) |
Map<File,URLCache.Info> |
infos() |
boolean |
isCached(URI url) |
static String |
toName(URI uri) |
static void |
update(File file,
String tag) |
public URLCache(File root)
public URLCache.Info get(URI uri) throws Exception
Exceptionpublic Map<File,URLCache.Info> infos()
public URLCache.Info get(File file, URI uri) throws Exception
ExceptionCopyright © 2021. All rights reserved.