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
Exception
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public void update(InputStream inputStream, String etag, long modified) throws Exception
Exception
public boolean isPresent()
public void delete()
public String getETag()
public long getModified()
Copyright © 2021 aQute SARL. All rights reserved.