DataCacheTag.ToString Method ()
Returns the string representation of the current DataCacheTag object.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String
Return Value
Type: System.String
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.
See Also
DataCacheTag Class
Microsoft.ApplicationServer.Caching Namespace
Return to top