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