Enum RepositoryCacheMode
Specifies the cache mode of repositories.
Namespace: Umbraco.Cms.Core.Scoping
Assembly: Umbraco.Core.dll
Syntax
public enum RepositoryCacheModeFields
| Name | Description | 
|---|---|
| Default | Default, full L2 cache. | 
| None | No cache. | 
| Scoped | Scoped cache. | 
| Unspecified | Unspecified. |