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
  
  
  
  
  Declaration
  
    public const string MediaRecycleBinCacheKey = "recycleBin_media"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  MemberUserNameCachePrefix
  
  
  Declaration
  
    public const string MemberUserNameCachePrefix = "uRepo_userNameKey+"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  PreviewPropertyCacheKeyPrefix
  
  
  Declaration
  
    public const string PreviewPropertyCacheKeyPrefix = "Cache.Property.CacheValues[D:"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  PropertyCacheKeyPrefix
  
  
  Declaration
  
    public const string PropertyCacheKeyPrefix = "Cache.Property.CacheValues[P:"
   
  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 |  |