Search Results for

    Show / Hide Table of Contents

    Enum PropertyCacheLevel

    Specifies the level of cache for a property value.

    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public enum PropertyCacheLevel

    Fields

    Name Description
    Element

    Indicates that the property value can be cached at the element level, i.e. it can be cached until the element itself is modified.

    Elements

    Indicates that the property value can be cached at the elements level, i.e. it can be cached until any element is modified.

    None

    Indicates that the property value cannot be cached and has to be converted each time it is requested.

    Snapshot

    Indicates that the property value can be cached at the snapshot level, i.e. it can be cached for the duration of the current snapshot.

    Unknown

    Default value.

    Extension Methods

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