Liferay 7.0-ce-m6

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

Packages that use CacheRegistryItem
com.liferay.counter.service.persistence.impl   
com.liferay.portal.cache   
com.liferay.portal.dao.orm.common   
com.liferay.portal.kernel.cache   
com.liferay.portal.repository   
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

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

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

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

Classes in com.liferay.portal.repository that implement CacheRegistryItem
 class RepositoryProviderImpl
           
 

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

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


Liferay 7.0-ce-m6