Edit

SystemParameters.EnableFileCache property

Gets or sets a value indicating whether the database engine should use the OS file cache for all managed files.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Shared Property EnableFileCache As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = SystemParameters.EnableFileCache

SystemParameters.EnableFileCache = value
public static bool EnableFileCache { get; set; }

Property value

Type: System.Boolean

See also

Reference

SystemParameters class

SystemParameters members

Microsoft.Isam.Esent.Interop namespace