Class CacheItemVersion
Represents the version of each cache item. An instance of this class is used in the optimistic concurrency model to ensure the data integrity.
Inheritance
System.Object
CacheItemVersion
Assembly: Alachisoft.NCache.Client.dll
Syntax
public class CacheItemVersion : IComparable
Properties
| Name | Description |
|---|---|
| Version | Gets/Sets the version. |
Methods
| Name | Description |
|---|---|
| CompareTo(Object) | Compares an object with this instance of CacheItemVersion. |
| Equals(Object) | Identifies if two instances of this class are equal. |
| ToString() | The string representation of this class. |