|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.cache.key.BaseCacheKeyGenerator
com.liferay.portal.cache.key.HashCodeCacheKeyGenerator
public class HashCodeCacheKeyGenerator
Field Summary |
---|
Fields inherited from class com.liferay.portal.cache.key.BaseCacheKeyGenerator |
---|
keyBundler |
Constructor Summary | |
---|---|
HashCodeCacheKeyGenerator()
|
Method Summary | |
---|---|
CacheKeyGenerator |
clone()
|
Long |
getCacheKey(String key)
|
Long |
getCacheKey(String[] keys)
|
Long |
getCacheKey(StringBundler sb)
|
Methods inherited from class com.liferay.portal.cache.key.BaseCacheKeyGenerator |
---|
append, append, append, finish, isCallingGetCacheKeyThreadSafe |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HashCodeCacheKeyGenerator()
Method Detail |
---|
public CacheKeyGenerator clone()
clone
in interface CacheKeyGenerator
clone
in class BaseCacheKeyGenerator
public Long getCacheKey(String key)
public Long getCacheKey(String[] keys)
public Long getCacheKey(StringBundler sb)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |