[]
Gets or sets the cache used to store compiled predicates.
public C1FilterDataCollection<T>.FilterCache? Cache { get; set; }
Public Property Cache As C1FilterDataCollection(Of T).FilterCache
Using the same cache between multiple collections can accelerate sorting when they use the same sort path.