View Source
Class CacheKeys
Constants storing cache keys used in caching
Inheritance
System.Object
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
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
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
Declaration
public const string UserMediaStartNodePathsPrefix = "MediaStartNodePaths"
Field Value
Type |
Description |
System.String |
|