Package org.pentaho.di.www.cache
Class CachedItem
- java.lang.Object
-
- org.pentaho.di.www.cache.CachedItem
-
- All Implemented Interfaces:
Serializable
public class CachedItem extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CachedItem(File file, int from)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDate
getExceedTime()
File
getFile()
int
getFrom()
void
setExceedTime(LocalDate exceedTime)
void
setFile(File file)
void
setFrom(int from)
-
-
-
Constructor Detail
-
CachedItem
public CachedItem(File file, int from)
-
-