com.liferay.portal.cache.key
Class HashCodeCacheKeyGenerator
java.lang.Object
com.liferay.portal.cache.key.BaseCacheKeyGenerator
com.liferay.portal.cache.key.HashCodeCacheKeyGenerator
- All Implemented Interfaces:
- com.liferay.portal.kernel.cache.key.CacheKeyGenerator, java.lang.Cloneable
public class HashCodeCacheKeyGenerator
- extends BaseCacheKeyGenerator
View Source
- Author:
- Michael C. Han, Shuyang Zhou
Method Summary |
com.liferay.portal.kernel.cache.key.CacheKeyGenerator |
clone()
|
java.lang.String |
getCacheKey(java.lang.String key)
|
java.lang.String |
getCacheKey(java.lang.String[] keys)
|
java.lang.String |
getCacheKey(com.liferay.portal.kernel.util.StringBundler sb)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashCodeCacheKeyGenerator
public HashCodeCacheKeyGenerator()
clone
public com.liferay.portal.kernel.cache.key.CacheKeyGenerator clone()
- Specified by:
clone
in interface com.liferay.portal.kernel.cache.key.CacheKeyGenerator
- Specified by:
clone
in class BaseCacheKeyGenerator
getCacheKey
public java.lang.String getCacheKey(java.lang.String key)
getCacheKey
public java.lang.String getCacheKey(java.lang.String[] keys)
getCacheKey
public java.lang.String getCacheKey(com.liferay.portal.kernel.util.StringBundler sb)