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