Package org.hippoecm.hst.core.container
Interface PageCacheContext
-
public interface PageCacheContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PageCacheKey
getPageCacheKey()
List<String>
getReasonsUncacheable()
boolean
isCacheable()
void
markUncacheable()
void
markUncacheable(String reasonUncacheable)
-
-
-
Method Detail
-
isCacheable
boolean isCacheable()
-
markUncacheable
void markUncacheable()
-
markUncacheable
void markUncacheable(String reasonUncacheable)
-
getReasonsUncacheable
List<String> getReasonsUncacheable()
- Returns:
- reasons for not being cacheable and Empty list in case no reasons
-
getPageCacheKey
PageCacheKey getPageCacheKey()
-
-