Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.cache.key
Class CacheKeyGeneratorUtil

java.lang.Object
  extended by com.liferay.portal.kernel.cache.key.CacheKeyGeneratorUtil

public class CacheKeyGeneratorUtil
extends Object


Constructor Summary
CacheKeyGeneratorUtil()
           
 
Method Summary
static CacheKeyGenerator getCacheKeyGenerator()
           
static CacheKeyGenerator getCacheKeyGenerator(String cacheName)
           
 void setCacheKeyGenerators(Map<String,CacheKeyGenerator> cacheKeyGenerators)
           
 void setDefaultCacheKeyGenerator(CacheKeyGenerator defaultCacheKeyGenerator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheKeyGeneratorUtil

public CacheKeyGeneratorUtil()
Method Detail

getCacheKeyGenerator

public static CacheKeyGenerator getCacheKeyGenerator()

getCacheKeyGenerator

public static CacheKeyGenerator getCacheKeyGenerator(String cacheName)

setCacheKeyGenerators

public void setCacheKeyGenerators(Map<String,CacheKeyGenerator> cacheKeyGenerators)

setDefaultCacheKeyGenerator

public void setDefaultCacheKeyGenerator(CacheKeyGenerator defaultCacheKeyGenerator)

Liferay 6.1.2-ce-ga3