public static class Cache.Entry<T>
extends java.lang.Object
| Constructor and Description |
|---|
Entry(java.io.File file,
java.lang.Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
static long |
age(java.io.File file) |
java.io.File |
getFile() |
boolean |
isFresh() |
T |
read() |
void |
write(java.lang.Object object) |
Copyright © 2014-2021 Tomitribe Corporation. All Rights Reserved.