org.figure8.join.services.cache
Interface CacheKeys

All Superinterfaces:
EternalCacheKeys

public interface CacheKeys
extends EternalCacheKeys

Defines keys for caches into Join application. Keys have to be used with CacheManager. This is an extension of EternalCacheKeys cause eternal caches may be seen also as simple caches ...

Version:
$Revision: 1.2 $
Author:
Laurent Broudoux

Field Summary
static java.lang.String USER_ID_TO_USER_KEY
          Key for users cache.
 
Fields inherited from interface org.figure8.join.services.cache.EternalCacheKeys
DELTYPE_KEY_TO_DELTYPE_KEY, RELEASE_NAME_TO_RELEASE_KEY, ROLE_NAME_TO_ROLE_KEY, STEP_ID_TO_STEP_KEY
 

Field Detail

USER_ID_TO_USER_KEY

static final java.lang.String USER_ID_TO_USER_KEY
Key for users cache. Elements keys are user identifier, values are the domain objects.

See Also:
Constant Field Values


Copyright © 2005-2008 Join. All Rights Reserved.