• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    DictionaryExtensions.MergeLeft<RepositoryCacheMode, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<RepositoryCacheMode, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<RepositoryCacheMode>()
    EnumExtensions.HasFlagAny<RepositoryCacheMode>(RepositoryCacheMode)
    ObjectExtensions.AsEnumerableOfOne<RepositoryCacheMode>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<RepositoryCacheMode, TProperty, TVal>(Expression<Func<RepositoryCacheMode, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<RepositoryCacheMode, TProperty>(Expression<Func<RepositoryCacheMode, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX