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 java.lang.String CACHE_I18NBEAN_BY_LOCALE
          Deprecated.  
static java.lang.String CACHE_KEY_CONTENT_LEVEL_PERMISSIONS_CACHE
          Deprecated.  
static java.lang.String CACHE_KEY_PAGE_TITLE_TO_PAGEID
          Deprecated.  
static java.lang.String CACHE_KEY_PERMISSION_CHECK
          Deprecated.  
static java.lang.String CACHE_KEY_SPACE_KEY_TO_SPACEID
          Deprecated.  
static java.lang.String CACHE_KEY_SPACEGROUP_KEY_TO_SPACEGROUPID
          Deprecated.  
static java.lang.String CACHE_KEY_USER_CHECKER
          Deprecated.  
static java.lang.String CACHE_KEY_WORKFLOW_INTERCEPTOR
          Deprecated.  
 

Field Detail

CACHE_KEY_PERMISSION_CHECK

static final java.lang.String CACHE_KEY_PERMISSION_CHECK
Deprecated. 

CACHE_KEY_PAGE_TITLE_TO_PAGEID

static final java.lang.String CACHE_KEY_PAGE_TITLE_TO_PAGEID
Deprecated. 

CACHE_KEY_SPACE_KEY_TO_SPACEID

static final java.lang.String CACHE_KEY_SPACE_KEY_TO_SPACEID
Deprecated. 

CACHE_KEY_SPACEGROUP_KEY_TO_SPACEGROUPID

static final java.lang.String CACHE_KEY_SPACEGROUP_KEY_TO_SPACEGROUPID
Deprecated. 

CACHE_KEY_CONTENT_LEVEL_PERMISSIONS_CACHE

static final java.lang.String CACHE_KEY_CONTENT_LEVEL_PERMISSIONS_CACHE
Deprecated. 

CACHE_KEY_WORKFLOW_INTERCEPTOR

static final java.lang.String CACHE_KEY_WORKFLOW_INTERCEPTOR
Deprecated. 

CACHE_KEY_USER_CHECKER

static final java.lang.String CACHE_KEY_USER_CHECKER
Deprecated. 

CACHE_I18NBEAN_BY_LOCALE

static final java.lang.String CACHE_I18NBEAN_BY_LOCALE
Deprecated. 


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.