public class URLCache extends Object
Modifier and Type | Class and Description |
---|---|
class |
URLCache.Info |
static class |
URLCache.InfoDTO |
Modifier and Type | Method and Description |
---|---|
URLCache.Info |
get(File file,
URI uri) |
URLCache.Info |
get(URI uri) |
File |
getCacheFileFor(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
Exception
public URLCache.Info get(File file, URI uri) throws Exception
Exception
Copyright © 2021 aQute SARL. All rights reserved.