RepositoryCachingBehavior Enumeration

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

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public enum RepositoryCachingBehavior

Members

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