Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.dao.orm.FinderCache

Packages that use FinderCache
com.liferay.portal.dao.orm.common   
com.liferay.portal.kernel.dao.orm   
 

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

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

Uses of FinderCache in com.liferay.portal.kernel.dao.orm
 

Methods in com.liferay.portal.kernel.dao.orm that return FinderCache
static FinderCache FinderCacheUtil.getFinderCache()
           
 

Methods in com.liferay.portal.kernel.dao.orm with parameters of type FinderCache
 void FinderCacheUtil.setFinderCache(FinderCache finderCache)
           
 


Liferay 6.1.2-ce-ga3