TrainerInfo.WantCaching Property

Definition

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

Property Value

Applies to