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
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) |