Class Tag
Represents a string based identifier that can be associated with cache items so that they are logically grouped together and can be retrieved efficiently.
Inheritance
System.Object
Tag
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class Tag
Remarks
One or more tags can be associated with each cache item.
Constructors
| Name | Description |
|---|---|
| Tag(String) | Initializes a new instance of the Tag class. |
Properties
| Name | Description |
|---|---|
| TagName | Gets the string based tag name. |
Methods
| Name | Description |
|---|---|
| Equals(Object) | It compares the object with the tag and returns true if is equal, otherwise it will return false. |
| GetHashCode() | Gets the HashCode for the tag. |
| ToString() | String representation of the Tag class. |