Represents an string based identifier that can be associated with the cache items so that they are logically grouped together and can be retrieved efficiently.

Namespace: Alachisoft.NCache.Runtime.Caching
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public class Tag
Visual Basic
Public Class Tag
Visual C++
public ref class Tag

Remarks

One or more tags can be associated with each cache item.

Examples

To create an instance of Tag class you can use code as follows:
CopyC#
Tag tag = new Tag("Alpha");

Inheritance Hierarchy

System..::..Object
  Alachisoft.NCache.Runtime.Caching..::..Tag

See Also