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 Detail

      • setScope

        void setScope​(String scope)
      • setKey

        void setKey​(Object key)
      • getCachingTime

        Long getCachingTime()
      • setCachingTime

        void setCachingTime​(Long cachingTime)