public class URLCache.Info extends Object implements Closeable
| Constructor and Description |
|---|
Info(File content,
URI url) |
Info(URI url)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
delete() |
String |
getETag() |
long |
getModified() |
boolean |
isPresent() |
String |
toString() |
void |
update(InputStream inputStream,
String etag,
long modified) |
void |
update(String etag) |
@Deprecated public Info(URI url) throws Exception
Exceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic void update(InputStream inputStream, String etag, long modified) throws Exception
Exceptionpublic boolean isPresent()
public void delete()
public String getETag()
public long getModified()
Copyright © 2019 aQute SARL. All rights reserved.