Package org.conscrypt
Class FileClientSessionCache.CacheFile
java.lang.Object
java.io.File
org.conscrypt.FileClientSessionCache.CacheFile
- All Implemented Interfaces:
Serializable
,Comparable<File>
- Enclosing class:
FileClientSessionCache
A file containing a piece of cached data.
-
Field Summary
FieldsFields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.File
canExecute, canRead, canWrite, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toString, toURI, toURL
-
Field Details
-
name
-
lastModified
long lastModified
-
-
Constructor Details
-
CacheFile
-
-
Method Details
-
lastModified
public long lastModified()- Overrides:
lastModified
in classFile
-
compareTo
- Specified by:
compareTo
in interfaceComparable<File>
- Overrides:
compareTo
in classFile
-