DataCacheOperationDescriptor Constructor (String, String, String, DataCacheOperations, DataCacheItemVersion)
Creates a new instance of the DataCacheOperationDescriptor class using the specified parameters.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Parameters
- cacheName
-
Type:
System.String
Name of the cache in which the operation occurred.
- regionName
-
Type:
System.String
The name of the region where the object is stored.
- key
-
Type:
System.String
The key used to store the object in the cache.
- opType
-
Type:
Microsoft.ApplicationServer.Caching.DataCacheOperations
The type of operation that occurred.
- version
-
Type:
Microsoft.ApplicationServer.Caching.DataCacheItemVersion
The version of the cached object.
Show: