Show / Hide Table of Contents

Class DBC.CacheInvalidationFields

Fields for CacheInvalidation, Names and generation numbers for distributed invalidation of caches

Inheritance
Object
DBC.CacheInvalidationFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class CacheInvalidationFields

Fields

CacheInvalidationId

CacheInvalidation.CacheInvalidationId: Primary key

Declaration
public const string CacheInvalidationId = "cacheinvalidation_id"
Field Value
Type Description
String

Generation

CacheInvalidation.Generation: The 'generation number', starts at 1 and goes up for every registered change

Declaration
public const string Generation = "Generation"
Field Value
Type Description
String

LastChange

CacheInvalidation.LastChange: The UTC datetime of the last change; for information only

Declaration
public const string LastChange = "LastChange"
Field Value
Type Description
String

LastChangeMachine

CacheInvalidation.LastChangeMachine: The name of the machine where the last change occurred

Declaration
public const string LastChangeMachine = "LastChangeMachine"
Field Value
Type Description
String

Name

CacheInvalidation.Name: The (unique!) name of the cache, which is often, but not always, the same as a physical table name

Declaration
public const string Name = "Name"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top