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 SourceApplicationsCacheKey
Cache key for applications (sections) cache, used by SectionService.
Declaration
public const string ApplicationsCacheKey = "ApplicationCache"
Field Value
| Type | Description |
|---|---|
| string |
ContentRecycleBinCacheKey
Cache key for content recycle bin.
Declaration
public const string ContentRecycleBinCacheKey = "recycleBin_content"
Field Value
| Type | Description |
|---|---|
| string |
MediaRecycleBinCacheKey
Cache key for media recycle bin.
Declaration
public const string MediaRecycleBinCacheKey = "recycleBin_media"
Field Value
| Type | Description |
|---|---|
| string |
MemberUserNameCachePrefix
Cache key prefix for member username lookups.
Declaration
public const string MemberUserNameCachePrefix = "uRepo_userNameKey+"
Field Value
| Type | Description |
|---|---|
| string |
PreviewPropertyCacheKeyPrefix
Cache key prefix for preview (draft) property cache values.
Declaration
public const string PreviewPropertyCacheKeyPrefix = "Cache.Property.CacheValues[D:"
Field Value
| Type | Description |
|---|---|
| string |
PropertyCacheKeyPrefix
Cache key prefix for published property cache values.
Declaration
public const string PropertyCacheKeyPrefix = "Cache.Property.CacheValues[P:"
Field Value
| Type | Description |
|---|---|
| string |
TemplateFrontEndCacheKey
Cache key prefix for template front-end cache.
Declaration
public const string TemplateFrontEndCacheKey = "template"
Field Value
| Type | Description |
|---|---|
| string |
UserAllContentStartNodesPrefix
Cache key prefix for user's content start nodes.
Declaration
public const string UserAllContentStartNodesPrefix = "AllContentStartNodes"
Field Value
| Type | Description |
|---|---|
| string |
UserAllMediaStartNodesPrefix
Cache key prefix for user's media start nodes.
Declaration
public const string UserAllMediaStartNodesPrefix = "AllMediaStartNodes"
Field Value
| Type | Description |
|---|---|
| string |
UserContentStartNodePathsPrefix
Cache key prefix for user's content start node paths.
Declaration
public const string UserContentStartNodePathsPrefix = "ContentStartNodePaths"
Field Value
| Type | Description |
|---|---|
| string |
UserGroupGetByAliasCacheKeyPrefix
Cache key prefix for user group lookup by alias.
Declaration
public const string UserGroupGetByAliasCacheKeyPrefix = "UserGroupRepository_GetByAlias_"
Field Value
| Type | Description |
|---|---|
| string |
UserMediaStartNodePathsPrefix
Cache key prefix for user's media start node paths.
Declaration
public const string UserMediaStartNodePathsPrefix = "MediaStartNodePaths"
Field Value
| Type | Description |
|---|---|
| string |