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