PurgeAfterCloseDelay Property

The number of seconds to delay purging for after a file is closed.

Syntax

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

Default Value

30

Remarks

When the PurgePolicy property is set to PURGE_POLICY_CLOSE, this property specifies the number of seconds that purging will be delayed for after a file without any unflushed blocks is closed. A value of 0 will cause such files to be purged immediately on close.

Purge-after-close delays are intended to prevent excessive fetching of data from external storage in cases where a file is opened and closed many times in succession within the delay period.

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]