DataCacheTag Constructor (String^)

 

Initializes a new instance of the DataCacheTag class.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

public:
DataCacheTag(
	String^ tag
)

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.

Return to top
Show: