Liferay 6.2-ce-ga5

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

Packages that use CacheRegistryItem
com.liferay.counter.service.persistence This package defines the portal counter service persistence interfaces and utilities. 
com.liferay.portal.cache   
com.liferay.portal.dao.orm.common   
com.liferay.portal.dao.orm.hibernate.region   
com.liferay.portal.kernel.cache   
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.util.freemarker   
 

Uses of CacheRegistryItem in com.liferay.counter.service.persistence
 

Classes in com.liferay.counter.service.persistence that implement CacheRegistryItem
 class CounterFinderImpl
           
 

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.region
 

Classes in com.liferay.portal.dao.orm.hibernate.region that implement CacheRegistryItem
 class BaseRegionWrapper
           
 class CollectionRegionWrapper
           
 class EntityRegionWrapper
           
 class QueryResultsRegionWrapper
           
 class TimestampsRegionWrapper
           
 

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

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

Uses of CacheRegistryItem in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement CacheRegistryItem
 class ClassNameLocalServiceImpl
           
 

Uses of CacheRegistryItem in com.liferay.util.freemarker
 

Classes in com.liferay.util.freemarker that implement CacheRegistryItem
 class FreeMarkerTaglibFactoryUtil
           
 


Liferay 6.2-ce-ga5