Interface ILastModifiedCacheItem


public interface ILastModifiedCacheItem
API for cached items that contain a last modified timestamp
Author:
rfellows
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the lookup key for this cache item
    long
    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: