Package org.pentaho.platform.api.cache
Interface ILastModifiedCacheItem
public interface ILastModifiedCacheItem
API for cached items that contain a last modified timestamp
- Author:
- rfellows
-
Method Summary
Modifier and TypeMethodDescriptionGet the lookup key for this cache itemlong
Get the timestamp of the last time this cache item was modified
-
Method Details
-
getLastModified
long getLastModified()Get the timestamp of the last time this cache item was modified- Returns:
-
getCacheKey
String getCacheKey()Get the lookup key for this cache item- Returns:
-