ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientViewSource Class / CacheTimeout Property

In This Topic
    CacheTimeout Property
    In This Topic
    Gets or sets the period of time entities loaded in virtual mode are kept in the cache without checking whether they are needed or not. If an entity was neither used nor considered needed for a period of time longer than CacheTimeout, ClientViewSource may evict it from the cache.
    Syntax
    'Declaration
     
    
    Public Property CacheTimeout As System.TimeSpan
    public System.TimeSpan CacheTimeout {get; set;}
    Remarks
    This property is not used if VirtualMode is VirtualModeKind.None.
    See Also