Package aQute.bnd.http
Class URLCache.Info
java.lang.Object
aQute.bnd.http.URLCache.Info
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- URLCache
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) URLCache.InfoDTO
(package private) File
(package private) File
(package private) ReentrantLock
(package private) URI
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
file
File file -
jsonFile
File jsonFile -
dto
URLCache.InfoDTO dto -
url
URI url -
lock
ReentrantLock lock
-
-
Constructor Details
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
update
- Throws:
Exception
-
update
- Throws:
Exception
-
isPresent
public boolean isPresent() -
delete
public void delete() -
getETag
-
getModified
public long getModified() -
toString
-