Liferay 6.0.5

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

Packages that use WebCacheItem
com.liferay.portal.kernel.webcache   
com.liferay.portal.webcache   
com.liferay.portlet.amazonrankings.util   
com.liferay.portlet.currencyconverter.util   
com.liferay.portlet.network.util   
com.liferay.portlet.rss.util   
com.liferay.portlet.translator.util   
com.liferay.taglib.util   
 

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

Methods in com.liferay.portal.kernel.webcache with parameters of type WebCacheItem
static Object WebCachePoolUtil.get(String key, WebCacheItem wci)
           
 Object WebCachePool.get(String key, WebCacheItem wci)
           
 

Uses of WebCacheItem in com.liferay.portal.webcache
 

Methods in com.liferay.portal.webcache with parameters of type WebCacheItem
 Object WebCachePoolImpl.get(String key, WebCacheItem wci)
           
 

Uses of WebCacheItem in com.liferay.portlet.amazonrankings.util
 

Classes in com.liferay.portlet.amazonrankings.util that implement WebCacheItem
 class AmazonRankingsWebCacheItem
           
 

Uses of WebCacheItem in com.liferay.portlet.currencyconverter.util
 

Classes in com.liferay.portlet.currencyconverter.util that implement WebCacheItem
 class CurrencyWebCacheItem
           
 

Uses of WebCacheItem in com.liferay.portlet.network.util
 

Classes in com.liferay.portlet.network.util that implement WebCacheItem
 class DNSLookupWebCacheItem
           
 class WhoisWebCacheItem
           
 

Uses of WebCacheItem in com.liferay.portlet.rss.util
 

Classes in com.liferay.portlet.rss.util that implement WebCacheItem
 class RSSWebCacheItem
           
 

Uses of WebCacheItem in com.liferay.portlet.translator.util
 

Classes in com.liferay.portlet.translator.util that implement WebCacheItem
 class TranslationWebCacheItem
           
 

Uses of WebCacheItem in com.liferay.taglib.util
 

Classes in com.liferay.taglib.util that implement WebCacheItem
 class GetUrlWebCacheItem
           
 


Liferay 6.0.5