Class NCacheConfigurationOptions
This class provides options to configure NCache.
Inheritance
System.Object
NCacheConfigurationOptions
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class NCacheConfigurationOptions
Properties
InstallDir
Sets the install directory of NCache.
Declaration
public static string InstallDir { get; set; }
Property Value
Type | Description |
---|---|
System.String | Installation directory of NCache. |
LogPath
Sets the path for client logs.
Declaration
public static string LogPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The path for client logs. |