Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.webcache.WebCachePool

Packages that use WebCachePool
com.liferay.portal.kernel.webcache   
com.liferay.portal.webcache   
 

Uses of WebCachePool in com.liferay.portal.kernel.webcache
 

Methods in com.liferay.portal.kernel.webcache that return WebCachePool
static WebCachePool WebCachePoolUtil.getWebCachePool()
           
 

Methods in com.liferay.portal.kernel.webcache with parameters of type WebCachePool
 void WebCachePoolUtil.setWebCachePool(WebCachePool webCachePool)
           
 

Uses of WebCachePool in com.liferay.portal.webcache
 

Classes in com.liferay.portal.webcache that implement WebCachePool
 class WebCachePoolImpl
           
 


Liferay 6.1.2-ce-ga3