org.figure8.join.services.cache
Interface EternalCacheKeys

All Known Subinterfaces:
CacheKeys

public interface EternalCacheKeys

Defines keys for eternal caches into Join application. Keys have to be used with CacheManager.

Version:
$Revision: 1.2 $
Author:
Laurent Broudoux

Field Summary
static java.lang.String DELTYPE_KEY_TO_DELTYPE_KEY
          Key for deliverable types cache.
static java.lang.String RELEASE_NAME_TO_RELEASE_KEY
          Key for releases cache.
static java.lang.String ROLE_NAME_TO_ROLE_KEY
          Key for role cache.
static java.lang.String STEP_ID_TO_STEP_KEY
          Key for steps cache.
 

Field Detail

STEP_ID_TO_STEP_KEY

static final java.lang.String STEP_ID_TO_STEP_KEY
Key for steps cache. Elements keys are step id, values are the domain objects.

See Also:
Constant Field Values

ROLE_NAME_TO_ROLE_KEY

static final java.lang.String ROLE_NAME_TO_ROLE_KEY
Key for role cache. Elements keys are role name, values are the domain objects.

See Also:
Constant Field Values

RELEASE_NAME_TO_RELEASE_KEY

static final java.lang.String RELEASE_NAME_TO_RELEASE_KEY
Key for releases cache. Elements keys are release name, values are the domain objects.

See Also:
Constant Field Values

DELTYPE_KEY_TO_DELTYPE_KEY

static final java.lang.String DELTYPE_KEY_TO_DELTYPE_KEY
Key for deliverable types cache. Elements keys are deliverable type key, values are the domain objects.

See Also:
Constant Field Values


Copyright © 2005-2008 Join. All Rights Reserved.