org.pentaho.platform.api.cache
Interface ILastModifiedCacheItem

All Known Implementing Classes:
LastModifiedCache

public interface ILastModifiedCacheItem

API for cached items that contain a last modified timestamp

Author:
rfellows

Method Summary
 String getCacheKey()
          Get the lookup key for this cache item
 long getLastModified()
          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: