org.eclipse.higgins.cache.api.key
Class UserCacheKey

java.lang.Object
  extended byorg.eclipse.higgins.cache.api.key.CacheKey
      extended byorg.eclipse.higgins.cache.api.key.UserCacheKey
All Implemented Interfaces:
ICacheKey, Serializable

public class UserCacheKey
extends CacheKey
implements ICacheKey

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.eclipse.higgins.cache.api.ICacheKey
USER_CARD_CACHEID, USER_CARD_HISTORY_CACHEID, USER_CARD_METADATA_CACHEID
 
Constructor Summary
UserCacheKey(String userId)
           
 
Methods inherited from class org.eclipse.higgins.cache.api.key.CacheKey
equals, getKey, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.cache.api.ICacheKey
getKey
 

Constructor Detail

UserCacheKey

public UserCacheKey(String userId)