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

Class NamedTagsDictionary

Represents a dictionary that can be associated with cache items to provide extra information so that items are grouped together and can be queried efficiently based on the provided information.

Inheritance
System.Object
NamedTagsDictionary
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class NamedTagsDictionary : INamedTagTypeRetrieval
Remarks

One dictionary can be associated with each cache item that might contain multiple the named tags.

Constructors

Name Description
NamedTagsDictionary()

Initializes the NamedTagsDictionary object.

Properties

Name Description
Count

It returns the number of items in the NamedTagsDictionary.

Methods

Name Description
Add(String, Boolean)

Adds a boolean value against a key in the NamedTagsDictionary.

Add(String, Byte)

Adds a byte value against a key in the NamedTagsDictionary.

Add(String, Char)

Adds a character value against a key in the NamedTagsDictionary.

Add(String, DateTime)

Adds a DateTime value against a key in the the NamedTagsDictionary.

Add(String, Decimal)

Adds a decimal value against a key in the NamedTagsDictionary.

Add(String, Double)

Adds a double value against a key in the NamedTagsDictionary.

Add(String, Int16)

Adds a short value against a key in the NamedTagsDictionary.

Add(String, Int32)

Adds an integer value against a key in the NamedTagsDictionary.

Add(String, Int64)

Adds a long value against a key in the NamedTagsDictionary.

Add(String, Nullable<Boolean>)

Adds a boolean value against a key in the NamedTagsDictionary.

Add(String, Nullable<Byte>)

Adds a byte value against a key in the NamedTagsDictionary.

Add(String, Nullable<Char>)

Adds a character value against a key in the NamedTagsDictionary.

Add(String, Nullable<DateTime>)

Adds a DateTime value against a key in the NamedTagsDictionary.

Add(String, Nullable<Decimal>)

Adds a decimal value against a key in the NamedTagsDictionary.

Add(String, Nullable<Double>)

Adds a double value against a key in the NamedTagsDictionary.

Add(String, Nullable<Int16>)

Adds a short value against a key in the NamedTagsDictionary.

Add(String, Nullable<Int32>)

Adds an integer value against a key in the NamedTagsDictionary.

Add(String, Nullable<Int64>)

Adds a long value against a key in the NamedTagsDictionary.

Add(String, Nullable<SByte>)

Adds a sbyte value against a key in the NamedTagsDictionary.

Add(String, Nullable<Single>)

Adds a float value against a key in the NamedTagsDictionary.

Add(String, Nullable<UInt16>)

Adds a ushort value against a key in the NamedTagsDictionary.

Add(String, Nullable<UInt32>)

Adds a uint value against a key in the NamedTagsDictionary.

Add(String, Nullable<UInt64>)

Adds a ulong value against a key in the NamedTagsDictionary.

Add(String, SByte)

Adds sbyte value against a key in the NamedTagsDictionary.

Add(String, Single)

Adds a float value against a key in the NamedTagsDictionary.

Add(String, String)

Adds a string value against a key in the the NamedTagsDictionary.

Add(String, UInt16)

Adds a ushort value against a key in the NamedTagsDictionary.

Add(String, UInt32)

Adds a uint value against a key in the NamedTagsDictionary.

Add(String, UInt64)

Adds a ulong value against a key in the NamedTagsDictionary.

Contains(String)

This method searches for the key in the NamedTagsDictionary and returns true, if it is found and false, in other case.

GetEnumerator()

Returns an enumerator that iterates through the entries of the NamedTagsDictionary.

Remove(String)

Removes the key value pair from the NamedTagsDictionary.

Explicit Interface Implementations

Name Description
INamedTagTypeRetrieval.GetTypeInternal(Object)
In This Article
  • Constructors
  • Properties
  • Methods
  • Explicit Interface Implementations

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