Liferay 6.0.5

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

Packages that use CacheRegistryItem
com.liferay.portal.cache   
com.liferay.portal.dao.orm.common   
com.liferay.portal.dao.orm.hibernate   
com.liferay.portal.kernel.cache   
 

Uses of CacheRegistryItem in com.liferay.portal.cache
 

Methods in com.liferay.portal.cache with parameters of type CacheRegistryItem
 void CacheRegistryImpl.register(CacheRegistryItem cacheRegistryItem)
           
 

Uses of CacheRegistryItem in com.liferay.portal.dao.orm.common
 

Classes in com.liferay.portal.dao.orm.common that implement CacheRegistryItem
 class EntityCacheImpl
           
 class FinderCacheImpl
           
 

Uses of CacheRegistryItem in com.liferay.portal.dao.orm.hibernate
 

Classes in com.liferay.portal.dao.orm.hibernate that implement CacheRegistryItem
 class CacheWrapper
          Deprecated.  
 

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

Methods in com.liferay.portal.kernel.cache with parameters of type CacheRegistryItem
static void CacheRegistryUtil.register(CacheRegistryItem cacheRegistryItem)
           
 void CacheRegistry.register(CacheRegistryItem cacheRegistryItem)
           
 


Liferay 6.0.5