TrainerInfo.WantCaching Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether this trainer could benefit from a cached view of the data. Trainers that have few passes over the
data, or that need to build their own custom data structure over the data, will have a false
here.
public bool WantCaching { get; }
member this.WantCaching : bool
Public ReadOnly Property WantCaching As Boolean