public ZColdCachingAlgorithm(AbstractMap map) : base(map) { ActiveLevel = 0; }
public AbstractCachingAlgorithm(AbstractMap map) { m_map = map; }