com.atlassian.confluence.plugins.like.notifications.dao
Class EhCacheNotificationDao.CacheKey

java.lang.Object
  extended by com.atlassian.confluence.plugins.like.notifications.dao.EhCacheNotificationDao.CacheKey
All Implemented Interfaces:
Serializable
Enclosing class:
EhCacheNotificationDao

public static final class EhCacheNotificationDao.CacheKey
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
EhCacheNotificationDao.CacheKey(String username, long contentId)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhCacheNotificationDao.CacheKey

public EhCacheNotificationDao.CacheKey(String username,
                                       long contentId)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.