Interface ILastModifiedCacheItem


  • public interface ILastModifiedCacheItem
    API for cached items that contain a last modified timestamp
    Author:
    rfellows
    • 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: