Liferay 6.1.2-ce-ga3

com.liferay.portal.cache
Class CacheRegistryImpl

java.lang.Object
  extended by com.liferay.portal.cache.CacheRegistryImpl
All Implemented Interfaces:
CacheRegistry

public class CacheRegistryImpl
extends Object
implements CacheRegistry


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

Constructor Detail

CacheRegistryImpl

public CacheRegistryImpl()
Method Detail

clear

public void clear()
Specified by:
clear in interface CacheRegistry

clear

public void clear(String name)
Specified by:
clear in interface CacheRegistry

isActive

public boolean isActive()
Specified by:
isActive in interface CacheRegistry

register

public void register(CacheRegistryItem cacheRegistryItem)
Specified by:
register in interface CacheRegistry

setActive

public void setActive(boolean active)
Specified by:
setActive in interface CacheRegistry

unregister

public void unregister(String name)
Specified by:
unregister in interface CacheRegistry

Liferay 6.1.2-ce-ga3