Search Results for

    Show / Hide Table of Contents
    View Source

    Class CacheKeys

    Constants storing cache keys used in caching

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Cache
    Assembly: Umbraco.Core.dll
    Syntax
    public static class CacheKeys

    Fields

    View Source

    ApplicationsCacheKey

    Declaration
    public const string ApplicationsCacheKey = "ApplicationCache"
    Field Value
    Type Description
    System.String
    View Source

    ContentRecycleBinCacheKey

    Declaration
    public const string ContentRecycleBinCacheKey = "recycleBin_content"
    Field Value
    Type Description
    System.String
    View Source

    MacroContentCacheKey

    Declaration
    public const string MacroContentCacheKey = "macroContent_"
    Field Value
    Type Description
    System.String
    View Source

    MacroFromAliasCacheKey

    Declaration
    public const string MacroFromAliasCacheKey = "macroFromAlias_"
    Field Value
    Type Description
    System.String
    View Source

    MediaRecycleBinCacheKey

    Declaration
    public const string MediaRecycleBinCacheKey = "recycleBin_media"
    Field Value
    Type Description
    System.String
    View Source

    TemplateFrontEndCacheKey

    Declaration
    public const string TemplateFrontEndCacheKey = "template"
    Field Value
    Type Description
    System.String
    View Source

    UserAllContentStartNodesPrefix

    Declaration
    public const string UserAllContentStartNodesPrefix = "AllContentStartNodes"
    Field Value
    Type Description
    System.String
    View Source

    UserAllMediaStartNodesPrefix

    Declaration
    public const string UserAllMediaStartNodesPrefix = "AllMediaStartNodes"
    Field Value
    Type Description
    System.String
    View Source

    UserContentStartNodePathsPrefix

    Declaration
    public const string UserContentStartNodePathsPrefix = "ContentStartNodePaths"
    Field Value
    Type Description
    System.String
    View Source

    UserGroupGetByAliasCacheKeyPrefix

    Declaration
    public const string UserGroupGetByAliasCacheKeyPrefix = "UserGroupRepository_GetByAlias_"
    Field Value
    Type Description
    System.String
    View Source

    UserMediaStartNodePathsPrefix

    Declaration
    public const string UserMediaStartNodePathsPrefix = "MediaStartNodePaths"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • ApplicationsCacheKey
      • ContentRecycleBinCacheKey
      • MacroContentCacheKey
      • MacroFromAliasCacheKey
      • MediaRecycleBinCacheKey
      • TemplateFrontEndCacheKey
      • UserAllContentStartNodesPrefix
      • UserAllMediaStartNodesPrefix
      • UserContentStartNodePathsPrefix
      • UserGroupGetByAliasCacheKeyPrefix
      • UserMediaStartNodePathsPrefix
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX