Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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