Skip to main content

Class CacheInvalidation

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CacheInvalidation.

Inheritance

objectCacheInvalidation

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

CacheInvalidation()

Default constructor - defaults any enum props to 0.

Properties

Generation

The ‘generation number’, starts at 1 and goes up for every registered change

Property Value

int

Name

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

Property Value

string

See Also

DiagnosticsAgent