Package org.pentaho.platform.api.cache
Interface ILastModifiedCacheItem
-
public interface ILastModifiedCacheItemAPI for cached items that contain a last modified timestamp- Author:
- rfellows
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCacheKey()Get the lookup key for this cache itemlonggetLastModified()Get the timestamp of the last time this cache item was modified
-
-
-
Method Detail
-
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:
-
-