Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.cache.CacheRegistry

Packages that use CacheRegistry
com.liferay.portal.cache   
com.liferay.portal.kernel.cache   
 

Uses of CacheRegistry in com.liferay.portal.cache
 

Classes in com.liferay.portal.cache that implement CacheRegistry
 class CacheRegistryImpl
           
 

Uses of CacheRegistry in com.liferay.portal.kernel.cache
 

Methods in com.liferay.portal.kernel.cache that return CacheRegistry
static CacheRegistry CacheRegistryUtil.getCacheRegistry()
           
 

Methods in com.liferay.portal.kernel.cache with parameters of type CacheRegistry
static void CacheRegistryUtil.setCacheRegistry(CacheRegistry cacheRegistry)
           
 


Liferay 6.1.2-ce-ga3