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
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.