Interface CachingAwareObject

All Known Implementing Classes:
AbstractCachingAwareObject, CachingAwareList, Item, Tree

public interface CachingAwareObject
Objects that are generally cached implement this method so that they can provide information about their caching to methods higher in the stack trace.
Author:
Alfonso Vásquez
  • Method Details

    • getScope

      String getScope()
    • setScope

      void setScope(String scope)
    • getKey

      Object getKey()
    • setKey

      void setKey(Object key)
    • getCachingTime

      Long getCachingTime()
    • setCachingTime

      void setCachingTime(Long cachingTime)