• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

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 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.

Back to top Copyright © 2017 Alachisoft