C# Class NoStringEvaluating.Services.Cache.FormulaCache

Parsed formula cache
Inheritance: IFormulaCache
Show file Open project: KovtunV/NoStringEvaluating

Public Methods

Method Description
FormulaCache ( IFormulaParser formulaParser ) : System.Collections.Concurrent

Parsed formula cache

GetFormulaNodes ( string formula ) : FormulaNodes

Return cached formula nodes

Method Details

FormulaCache() public method

Parsed formula cache
public FormulaCache ( IFormulaParser formulaParser ) : System.Collections.Concurrent
formulaParser IFormulaParser
return System.Collections.Concurrent

GetFormulaNodes() public method

Return cached formula nodes
public GetFormulaNodes ( string formula ) : FormulaNodes
formula string
return FormulaNodes