/* package */
 public EvaluationCache(IEvaluationListener evaluationListener)
 {
     _evaluationListener = evaluationListener;
     _plainCellCache = new PlainCellCache();
     _formulaCellCache = new FormulaCellCache();
 }
Exemple #2
0
 /* package */
 public EvaluationCache(IEvaluationListener evaluationListener)
 {
     _evaluationListener = evaluationListener;
     _plainCellCache     = new PlainCellCache();
     _formulaCellCache   = new FormulaCellCache();
 }