Uses of Interface
org.qubership.atp.dataset.macros.cache.MacroCacheKey
Packages that use MacroCacheKey
Package
Description
-
Uses of MacroCacheKey in org.qubership.atp.dataset.macros
Methods in org.qubership.atp.dataset.macros with parameters of type MacroCacheKeyModifier and TypeMethodDescriptionprotected StringEvalContextImpl.evaluate(String inputText, MacroCacheKey cacheKey) -
Uses of MacroCacheKey in org.qubership.atp.dataset.macros.cache
Classes in org.qubership.atp.dataset.macros.cache that implement MacroCacheKeyFields in org.qubership.atp.dataset.macros.cache declared as MacroCacheKeyMethods in org.qubership.atp.dataset.macros.cache that return MacroCacheKeyModifier and TypeMethodDescription -
Uses of MacroCacheKey in org.qubership.atp.dataset.macros.processor
Constructors in org.qubership.atp.dataset.macros.processor with parameters of type MacroCacheKeyModifierConstructorDescriptionMacroProcessorImpl(EvaluationContext current, MacroRegistry registry, AliasWrapperService wrapperService, String inputText, MacroCacheKey cache) Operates with macro context.