RepositoryCachingBehavior Enumeration
Specifies whether a repository should enable or disable caching of its top-level entities
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public enum RepositoryCachingBehavior
Public Enumeration RepositoryCachingBehavior
public enum class RepositoryCachingBehavior
type RepositoryCachingBehavior
EnableCaching | 0 |
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
|
DisableCaching | 1 |
The repository should not cache top-level entities
|