public static class FileCache.LastModifiedExpiration<T> extends java.lang.Object implements FileCache.Expiration<T>
| Constructor and Description |
|---|
FileCache.LastModifiedExpiration() |
public boolean isExpired(java.io.File file,
java.lang.Long cacheTime,
T item)
FileCache.ExpirationisExpired in interface FileCache.Expiration<T>file - the filecacheTime - the time the item was last cacheditem - the cached item