com.atlassian.confluence.cache
Interface CacheManagerKeys


Deprecated. since 3.0 put cache keys in the class which uses the cache

public interface CacheManagerKeys

Key names for caches stored with the cache manager


Field Summary
static String CACHE_I18NBEAN_BY_LOCALE
          Deprecated.  
static String CACHE_KEY_CONTENT_LEVEL_PERMISSIONS_CACHE
          Deprecated.  
static String CACHE_KEY_PAGE_TITLE_TO_PAGEID
          Deprecated.  
static String CACHE_KEY_PERMISSION_CHECK
          Deprecated.  
static String CACHE_KEY_SPACE_KEY_TO_SPACEID
          Deprecated.  
static String CACHE_KEY_SPACEGROUP_KEY_TO_SPACEGROUPID
          Deprecated.  
static String CACHE_KEY_USER_CHECKER
          Deprecated.  
static String CACHE_KEY_WORKFLOW_INTERCEPTOR
          Deprecated.  
 

Field Detail

CACHE_KEY_PERMISSION_CHECK

static final String CACHE_KEY_PERMISSION_CHECK
Deprecated. 

CACHE_KEY_PAGE_TITLE_TO_PAGEID

static final String CACHE_KEY_PAGE_TITLE_TO_PAGEID
Deprecated. 

CACHE_KEY_SPACE_KEY_TO_SPACEID

static final String CACHE_KEY_SPACE_KEY_TO_SPACEID
Deprecated. 

CACHE_KEY_SPACEGROUP_KEY_TO_SPACEGROUPID

static final String CACHE_KEY_SPACEGROUP_KEY_TO_SPACEGROUPID
Deprecated. 

CACHE_KEY_CONTENT_LEVEL_PERMISSIONS_CACHE

static final String CACHE_KEY_CONTENT_LEVEL_PERMISSIONS_CACHE
Deprecated. 

CACHE_KEY_WORKFLOW_INTERCEPTOR

static final String CACHE_KEY_WORKFLOW_INTERCEPTOR
Deprecated. 

CACHE_KEY_USER_CHECKER

static final String CACHE_KEY_USER_CHECKER
Deprecated. 

CACHE_I18NBEAN_BY_LOCALE

static final String CACHE_I18NBEAN_BY_LOCALE
Deprecated. 


Copyright © 2003-2011 Atlassian. All Rights Reserved.