org.exoplatform.forum.common.cache.model.key
Class SimpleCacheKey

java.lang.Object
  extended by org.exoplatform.forum.common.cache.model.ScopeCacheKey
      extended by org.exoplatform.forum.common.cache.model.key.SimpleCacheKey
All Implemented Interfaces:
Serializable

public class SimpleCacheKey
extends ScopeCacheKey

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.exoplatform.forum.common.cache.model.ScopeCacheKey
NULL
 
Constructor Summary
SimpleCacheKey(String key)
           
SimpleCacheKey(String type, String key)
           
 
Method Summary
 boolean equals(Object o)
           
 String getType()
           
 int hashCode()
           
 
Methods inherited from class org.exoplatform.forum.common.cache.model.ScopeCacheKey
getCurrentRepositoryName, getScope
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCacheKey

public SimpleCacheKey(String key)

SimpleCacheKey

public SimpleCacheKey(String type,
                      String key)
Method Detail

getType

public String getType()

equals

public boolean equals(Object o)
Overrides:
equals in class ScopeCacheKey

hashCode

public int hashCode()
Overrides:
hashCode in class ScopeCacheKey


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.