DataCacheTag Constructor (String^)
Initializes a new instance of the DataCacheTag class.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Parameters
- tag
-
Type:
System::String^
The string-based identifier to associate with a cached object. Tags must be less than 65 KB.
You can associate one or more tags to each cache object. Tag-based object retrieval is only available for those objects stored in regions.
Show: