Class CachedDslMacroResultContainer
java.lang.Object
org.qubership.atp.dataset.service.jpa.impl.macro.CachedDslMacroResultContainer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCachedValue(PathStep dataSetList, PathStep dataSet, List<PathStep> attributeGroups, PathStep attribute) Returns matched DSL parameter cache.voidstoreValue(PathStep dataSetList, PathStep dataSet, List<PathStep> attributeGroups, PathStep attribute, String value) Add new DSL parameter value to cache.
-
Constructor Details
-
CachedDslMacroResultContainer
public CachedDslMacroResultContainer()
-
-
Method Details
-
getCachedValue
public CachedDslMacroResult getCachedValue(PathStep dataSetList, PathStep dataSet, List<PathStep> attributeGroups, PathStep attribute) Returns matched DSL parameter cache. -
storeValue
public void storeValue(PathStep dataSetList, PathStep dataSet, List<PathStep> attributeGroups, PathStep attribute, String value) Add new DSL parameter value to cache.
-