Liferay 6.0.5

com.liferay.portal.kernel.cache
Class CacheRegistryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.cache.CacheRegistryUtil

public class CacheRegistryUtil
extends Object


Constructor Summary
CacheRegistryUtil()
           
 
Method Summary
static void clear()
           
static void clear(String name)
           
static CacheRegistry getCacheRegistry()
           
static boolean isActive()
           
static void register(CacheRegistryItem cacheRegistryItem)
           
static void setActive(boolean active)
           
static void setCacheRegistry(CacheRegistry cacheRegistry)
           
static void unregister(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheRegistryUtil

public CacheRegistryUtil()
Method Detail

clear

public static void clear()

clear

public static void clear(String name)

getCacheRegistry

public static CacheRegistry getCacheRegistry()

isActive

public static boolean isActive()

register

public static void register(CacheRegistryItem cacheRegistryItem)

setActive

public static void setActive(boolean active)

setCacheRegistry

public static void setCacheRegistry(CacheRegistry cacheRegistry)

unregister

public static void unregister(String name)

Liferay 6.0.5