Property Tags
Tags
Gets/Sets the tags for the cache item.
Declaration
public Tag[] Tags { get; set; }
Property Value
Type | Description |
---|---|
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. |