Package io.quarkus.qute
Class CacheSectionHelper
- java.lang.Object
-
- io.quarkus.qute.CacheSectionHelper
-
- All Implemented Interfaces:
SectionHelper
public class CacheSectionHelper extends Object implements SectionHelper
This section can be used to cache parts of the template.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCacheSectionHelper.CacheA cache abstraction.static classCacheSectionHelper.Factory-
Nested classes/interfaces inherited from interface io.quarkus.qute.SectionHelper
SectionHelper.SectionResolutionContext
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<ResultNode>resolve(SectionHelper.SectionResolutionContext context)
-
-
-
Method Detail
-
resolve
public CompletionStage<ResultNode> resolve(SectionHelper.SectionResolutionContext context)
- Specified by:
resolvein interfaceSectionHelper- Returns:
- the result node
-
-