Package de.cxp.ocs.smartsuggest.spi
Interface DatedData
- All Known Implementing Classes:
IndexArchive
,SuggestData
public interface DatedData
Data that's actuality can be assigned to a date and time.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Get unix timestamp in millis for the last time this data was modified.
-
Method Details
-
getModificationTime
long getModificationTime()Get unix timestamp in millis for the last time this data was modified.- Returns:
- unix time in millis
-