DataCacheErrorCode.CacheItemVersionMismatch Field
The object in the cache does not match with the specified version.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
public const int CacheItemVersionMismatch
public:
literal int CacheItemVersionMismatch
static val mutable CacheItemVersionMismatch : int
Public Const CacheItemVersionMismatch As Integer
Field Value
Type: System.Int32
Remarks
Version comparisons are only meaningful when comparing versions of the same item specified with the same key. Comparison methods may return a result, but the result is only valid for versions of the same key.
See Also
DataCacheErrorCode Class
Microsoft.ApplicationServer.Caching Namespace
Return to top