Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1FilterDataCollection<T> Class / Cache Property

In This Topic
    Cache Property (C1FilterDataCollection<T>)
    In This Topic
    Gets or sets the cache used to store compiled predicates.
    Syntax
    'Declaration
     
    
    Public Property Cache As C1FilterDataCollection.FilterCache(Of T)
    public C1FilterDataCollection.FilterCache<T> Cache {get; set;}
    Remarks
    Using the same cache between multiple collections can accelerate sorting when they use the same sort path.
    See Also