[]
        
(Showing Draft Content)

C1.Data.DataSource.ClientViewSource.CacheTimeout

CacheTimeout Property

CacheTimeout

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.

Declaration
public TimeSpan CacheTimeout { get; set; }
Remarks

This property is not used if VirtualMode is None.