Search Results for

    Show / Hide Table of Contents
    View Source

    Class CacheKeys

    Constants storing cache keys used in caching.

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

    Fields

    View Source

    ApplicationsCacheKey

    Cache key for applications (sections) cache, used by SectionService.

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

    ContentRecycleBinCacheKey

    Cache key for content recycle bin.

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

    MediaRecycleBinCacheKey

    Cache key for media recycle bin.

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

    MemberUserNameCachePrefix

    Cache key prefix for member username lookups.

    Declaration
    public const string MemberUserNameCachePrefix = "uRepo_userNameKey+"
    Field Value
    Type Description
    string
    View Source

    PreviewPropertyCacheKeyPrefix

    Cache key prefix for preview (draft) property cache values.

    Declaration
    public const string PreviewPropertyCacheKeyPrefix = "Cache.Property.CacheValues[D:"
    Field Value
    Type Description
    string
    View Source

    PropertyCacheKeyPrefix

    Cache key prefix for published property cache values.

    Declaration
    public const string PropertyCacheKeyPrefix = "Cache.Property.CacheValues[P:"
    Field Value
    Type Description
    string
    View Source

    TemplateFrontEndCacheKey

    Cache key prefix for template front-end cache.

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

    UserAllContentStartNodesPrefix

    Cache key prefix for user's content start nodes.

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

    UserAllMediaStartNodesPrefix

    Cache key prefix for user's media start nodes.

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

    UserContentStartNodePathsPrefix

    Cache key prefix for user's content start node paths.

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

    UserGroupGetByAliasCacheKeyPrefix

    Cache key prefix for user group lookup by alias.

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

    UserMediaStartNodePathsPrefix

    Cache key prefix for user's media start node paths.

    Declaration
    public const string UserMediaStartNodePathsPrefix = "MediaStartNodePaths"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX