Represents a notification event for operations performed against the cache
(Add Item, Remove Item, Replace Item, Clear Region, Create Region, Remove Region).
Inheritance Hierarchy
Soss.Compat.WSAFDataCacheOperationDescriptor
Namespace: Soss.Compat.WSAF
Assembly: soss_wsaf_compat (in soss_wsaf_compat.dll) Version: 1.1.0.100 (1.1.0.100)
Syntax
The DataCacheOperationDescriptor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataCacheOperationDescriptor |
Public constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
The string representation of the class instance.
(Overrides ObjectToString.) |
Properties
| Name | Description | |
|---|---|---|
| Key |
Object key
| |
| RegionName |
The region name.
|
See Also