Package org.craftercms.core.util.cache
Interface CachingAwareObject
-
- All Known Implementing Classes:
AbstractCachingAwareObject,CachingAwareList,Item,Tree
public interface CachingAwareObjectObjects 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetCachingTime()ObjectgetKey()StringgetScope()voidsetCachingTime(Long cachingTime)voidsetKey(Object key)voidsetScope(String scope)
-