Class NCacheConfiguration
This class provides configuration options for NCache.
Inheritance
System.Object
NCacheConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Alachisoft.NCache.AspNetCore.SignalR.dll
Syntax
public sealed class NCacheConfiguration
Properties
Name | Description |
---|---|
ApplicationID | Contains information used to uniquely identify an application. |
CacheName | Name of the cache in NCache which will store the respective item for the client to trace updates via itemVersion. |
ConnectionOptions | This class contains the client connection properties e.g. client-request-timeout, connection-retries, retry-interval. |
EventKey | Unique, user specified key attribute for the item added to NCache on client registration. |
Password | Specifies the password of authorized user required when security is enabled on Cache Server. |
UserID | Specifies the username of authorized user required when security is enabled on Cache Server. |