Interface CacheElement


public interface CacheElement
Interface for cached element. Abstraction around physical cache implementation.
Version:
$Id$
  • Method Details

    • getKey

      Object getKey()
    • getContent

      Object getContent()
    • isCacheable

      boolean isCacheable()
      Returns:
      true is this element is suited to be cached