Share via


DataCacheTag.ToString Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns the string representation of the current DataCacheTag object.

Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As DataCacheTag
Dim returnValue As String

returnValue = instance.ToString
public override string ToString ()
public:
virtual String^ ToString () override
public String ToString ()
public override function ToString () : String

Return Value

A string representing the current value of the DataCacheTag object.

Remarks

You can associate one or more tags to each cache object. Tag-based object retrieval is only available for those objects stored in regions. For more information about methods for using tags, see Tag-Based Methods (Velocity).

See Also

Reference

DataCacheTag Class
DataCacheTag Members
Microsoft.Data.Caching Namespace