NetworkController CacheNetwork Property ElecNetKit Documentation
A flag indicating, if set, that the NetworkController should only ever obtain the pre-experiment network from the simulator once. Default value is true.

Namespace: ElecNetKit.Simulator
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public bool CacheNetwork { get; set; }
Remarks

Note that setting CacheNetwork to true will not persist the modifications made after experimentation. CacheNetwork is only designed to be used for performance improvement. If you wish to combine multiple experiments into one, use ChainExperimentor instead.
See Also