|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheKeyGenerator | |
---|---|
com.liferay.portal.cache.key | |
com.liferay.portal.kernel.cache.key |
Uses of CacheKeyGenerator in com.liferay.portal.cache.key |
---|
Classes in com.liferay.portal.cache.key that implement CacheKeyGenerator | |
---|---|
class |
BaseCacheKeyGenerator
|
class |
HashCodeCacheKeyGenerator
|
class |
JavaMD5CacheKeyGenerator
|
class |
SimpleCacheKeyGenerator
|
Methods in com.liferay.portal.cache.key that return CacheKeyGenerator | |
---|---|
CacheKeyGenerator |
BaseCacheKeyGenerator.append(String key)
|
CacheKeyGenerator |
BaseCacheKeyGenerator.append(String[] keys)
|
CacheKeyGenerator |
BaseCacheKeyGenerator.append(StringBundler sb)
|
CacheKeyGenerator |
SimpleCacheKeyGenerator.clone()
|
CacheKeyGenerator |
JavaMD5CacheKeyGenerator.clone()
|
CacheKeyGenerator |
HashCodeCacheKeyGenerator.clone()
|
abstract CacheKeyGenerator |
BaseCacheKeyGenerator.clone()
|
Uses of CacheKeyGenerator in com.liferay.portal.kernel.cache.key |
---|
Classes in com.liferay.portal.kernel.cache.key that implement CacheKeyGenerator | |
---|---|
class |
CacheKeyGeneratorWrapper
|
class |
ThreadSafeCacheKeyGenerator
|
Methods in com.liferay.portal.kernel.cache.key that return CacheKeyGenerator | |
---|---|
CacheKeyGenerator |
ThreadSafeCacheKeyGenerator.append(String key)
|
CacheKeyGenerator |
CacheKeyGeneratorWrapper.append(String key)
|
CacheKeyGenerator |
CacheKeyGenerator.append(String key)
|
CacheKeyGenerator |
ThreadSafeCacheKeyGenerator.append(String[] keys)
|
CacheKeyGenerator |
CacheKeyGeneratorWrapper.append(String[] keys)
|
CacheKeyGenerator |
CacheKeyGenerator.append(String[] keys)
|
CacheKeyGenerator |
ThreadSafeCacheKeyGenerator.append(StringBundler sb)
|
CacheKeyGenerator |
CacheKeyGeneratorWrapper.append(StringBundler sb)
|
CacheKeyGenerator |
CacheKeyGenerator.append(StringBundler sb)
|
CacheKeyGenerator |
ThreadSafeCacheKeyGenerator.clone()
|
CacheKeyGenerator |
CacheKeyGeneratorWrapper.clone()
|
CacheKeyGenerator |
CacheKeyGenerator.clone()
|
static CacheKeyGenerator |
CacheKeyGeneratorUtil.getCacheKeyGenerator()
|
static CacheKeyGenerator |
CacheKeyGeneratorUtil.getCacheKeyGenerator(String cacheName)
|
Methods in com.liferay.portal.kernel.cache.key with parameters of type CacheKeyGenerator | |
---|---|
void |
CacheKeyGeneratorUtil.setDefaultCacheKeyGenerator(CacheKeyGenerator defaultCacheKeyGenerator)
|
Method parameters in com.liferay.portal.kernel.cache.key with type arguments of type CacheKeyGenerator | |
---|---|
void |
CacheKeyGeneratorUtil.setCacheKeyGenerators(Map<String,CacheKeyGenerator> cacheKeyGenerators)
|
Constructors in com.liferay.portal.kernel.cache.key with parameters of type CacheKeyGenerator | |
---|---|
CacheKeyGeneratorWrapper(CacheKeyGenerator cacheKeyGenerator)
|
|
ThreadSafeCacheKeyGenerator(CacheKeyGenerator cacheKeyGenerator)
|
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |