StatsRefreshInterval Property

Minimum time period between cache statistics refreshes.

Syntax

public int StatsRefreshInterval { get; set; }
Public Property StatsRefreshInterval As Integer

Default Value

100

Remarks

This property specifies the minimum time period, in milliseconds, between automatic cache statistics refreshes. Each statistics refresh causes the Status event to fire, and updates the values of the following properties:

The statistics refresh interval is intended to prevent excessive user interface changes. That said, note that applications may call RefreshStatistics at any time to explicitly refresh the cache's statistics.

Note: This property cannot be changed when Active is true.

 
 
Copyright (c) 2020 Callback Technologies, Inc. - All rights reserved.
CBFS Cache 2020 .NET Edition - Version 20.0 [Build 7647]