public interface Cacheable<T>
extends java.lang.Comparable<T>
Modifier and Type | Method and Description |
---|---|
int |
getItemIdentifier() |
java.lang.String |
getItemName() |
java.sql.Timestamp |
getLastUpdate() |
void |
updateThisItemBasedOn(Cacheable<?> other)
In case you need to update the new item with values from the
old one.
|
int getItemIdentifier()
java.lang.String getItemName()
java.sql.Timestamp getLastUpdate()
void updateThisItemBasedOn(Cacheable<?> other)
other
-