Package org.nuxeo.common.file
Class LRUFileCache.PathInfo
- java.lang.Object
-
- org.nuxeo.common.file.LRUFileCache.PathInfo
-
- All Implemented Interfaces:
Comparable<LRUFileCache.PathInfo>
- Enclosing class:
- LRUFileCache
protected static class LRUFileCache.PathInfo extends Object implements Comparable<LRUFileCache.PathInfo>
-
-
Field Detail
-
path
protected final Path path
-
time
protected final long time
-
size
protected final long size
-
-
Constructor Detail
-
PathInfo
public PathInfo(Path path) throws IOException
- Throws:
IOException
-
-
Method Detail
-
compareTo
public int compareTo(LRUFileCache.PathInfo other)
- Specified by:
compareTo
in interfaceComparable<LRUFileCache.PathInfo>
-
-