com.liferay.portal.kernel.cache
Class CacheRegistry

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

public class CacheRegistry
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

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

Constructor Detail

CacheRegistry

public CacheRegistry()
Method Detail

clear

public static void clear()

clear

public static void clear(java.lang.String name)

isActive

public static boolean isActive()

register

public static void register(CacheRegistryItem item)

setActive

public static void setActive(boolean active)

unregister

public static void unregister(java.lang.String name)