protected static class DispatcherLogic.FileCacheEntry<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
error |
long |
lastModified |
T |
object |
| Constructor and Description |
|---|
DispatcherLogic.FileCacheEntry(T object,
long lastModified,
boolean error) |