Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.cache.key.CacheKeyGenerator

Packages that use CacheKeyGenerator
com.liferay.portal.kernel.cache.key   
 

Uses of CacheKeyGenerator in com.liferay.portal.kernel.cache.key
 

Methods in com.liferay.portal.kernel.cache.key that return CacheKeyGenerator
 CacheKeyGenerator CacheKeyGenerator.append(String key)
           
 CacheKeyGenerator CacheKeyGenerator.append(String[] keys)
           
 CacheKeyGenerator CacheKeyGenerator.append(StringBundler sb)
           
 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)
           
 


Liferay 6.1.2-ce-ga3