Click or drag to resize

RepositoryCachingBehavior Enumeration

Specifies whether a repository should enable or disable caching of its top-level entities

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public enum RepositoryCachingBehavior
Members
Member nameValueDescription
EnableCaching0 The repository should cache top-level entities, and should automatically clear the cache when fields directly on the top-level entity are changed in the database
DisableCaching1 The repository should not cache top-level entities
See Also