• Products
  • Solutions
  • Customers
  • Resources
  • Company
  • Pricing
  • Download
Try Playground
Show / Hide Table of Contents

Enum TopicPriority

Specifies the relative priority of topics stored in the cache.

Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum TopicPriority
Remarks

When the application's cache is full or runs low on memory, the cache selectively purges items to free system memory. When a topic is added to the cache, you can assign it a relative priority compared to the other topics stored in the cache.

Messages in topics you assign higher priority values to are less likely to be deleted from the cache when the server is processing a large number of requests, while messages in topics you assign lower priority values are more likely to be deleted. The default is Normal.

Examples

The following example demonstrates how to set TopicPriority of a topic in a cache to High.

ITopic topic=messagingService.CreateTopic("mytopic", TopicPriority.High);

Fields

Name Description
High

Messages in topic with this priority level are less likely to be deleted from the cache as the server frees system memory.

Low

Messages in topic with this priority level are the most likely to be deleted from the cache as the server frees system memory.

Normal

Messages in topic with this priority level are likely to be deleted from the cache as the server frees system memory only after those topics with Low priority. This is the default priority of the topic.

In This Article
  • Fields

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • 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 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top