public class TimeStampedFileCache<T> extends Object
| Constructor and Description |
|---|
TimeStampedFileCache() |
| Modifier and Type | Method and Description |
|---|---|
T |
get(File f) |
static String |
getCanonicalPath(File f) |
String |
getKey(File f) |
void |
put(File f,
T result) |
public static String getCanonicalPath(File f) throws IOException
IOExceptionCopyright © 2019. All rights reserved.