• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

Class NCacheConfiguration

This class provides configuration options for NCache.

Inheritance
System.Object
NCacheConfiguration
Assembly: Alachisoft.NCache.AspNetCore.SignalR.dll
Syntax
public sealed class NCacheConfiguration : object

Properties

ApplicationID

Contains information used to uniquely identify an application.

Declaration
public string ApplicationID { get; set; }
Property Value
Type Description
System.String

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.

Declaration
public string CacheName { get; set; }
Property Value
Type Description
System.String

The name of the cache in NCache which will store the respective item for the client.

ConnectionOptions

This class contains the client connection properties e.g. client-request-timeout, connection-retries, retry-interval.

Declaration
public SignalRConnectionOptions ConnectionOptions { get; set; }
Property Value
Type Description
Alachisoft.NCache.AspNetCore.SignalR.SignalRConnectionOptions

The client connection properties.

EventKey

Unique, user specified key attribute for the item added to NCache on client registration.

Declaration
public string EventKey { get; set; }
Property Value
Type Description
System.String

Event key of the item Added.

Password

Specifies the password of authorized user required when security is enabled on Cache Server.

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String

The password of authorized user.

UserID

Specifies the username of authorized user required when security is enabled on Cache Server.

Declaration
public string UserID { get; set; }
Property Value
Type Description
System.String

The username of the authorized user.

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Community
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top