• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

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

Back to top Copyright © 2017 Alachisoft