public interface CacheItem
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getKey()
This method returns the cache key of the cache items.
|
long |
getLastModified()
This method returns last modified time of the model, when this cache item
was created.
|
java.util.List<Option> |
getOptions()
This method returns the data that this cache item is representing.
|
java.lang.Object getKey()
java.util.List<Option> getOptions()
long getLastModified()