Search Results for

    Show / Hide Table of Contents
    View Source

    Class ValueEditorCache

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public class ValueEditorCache : IValueEditorCache

    Constructors

    View Source

    ValueEditorCache()

    Declaration
    public ValueEditorCache()

    Methods

    View Source

    ClearCache(IEnumerable<Int32>)

    Declaration
    public void ClearCache(IEnumerable<int> dataTypeIds)
    Parameters
    Type Name Description
    IEnumerable<System.Int32> dataTypeIds
    View Source

    GetValueEditor(IDataEditor, IDataType)

    Declaration
    public IDataValueEditor GetValueEditor(IDataEditor editor, IDataType dataType)
    Parameters
    Type Name Description
    IDataEditor editor
    IDataType dataType
    Returns
    Type Description
    IDataValueEditor
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ValueEditorCache()
    • Methods
      • ClearCache(IEnumerable<Int32>)
      • GetValueEditor(IDataEditor, IDataType)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX