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
Namespace:
Assembly: Alachisoft.NCache.Client.dll
Syntax
public class CacheItemVersion : IComparable
Properties
Name | Description |
---|---|
Version | Gets and sets the version. |
Methods
Name | Description |
---|---|
CompareTo(Object) | Compares an object with this instance of CacheItemVersion. |
Equals(Object) | Tells if two instances of this class are equal. |
ToString() | The string representation of this class. |