Enum ContentTypeRebuildMode
Controls how content type structural changes trigger cache rebuilds.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public enum ContentTypeRebuildMode
Fields
| Name | Description |
|---|---|
| Deferred | Defers the database cache rebuild to a background task with de-duplication, allowing the save operation to return faster. Content may be temporarily stale until the deferred rebuild completes. |
| Immediate | Rebuilds the database cache immediately during the save operation (default). |