Class DBC.CacheInvalidationFields
Fields for CacheInvalidation, Names and generation numbers for distributed invalidation of caches
Inherited Members
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 |