Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.webcache
Interface WebCacheItem

All Superinterfaces:
Serializable
All Known Implementing Classes:
AmazonRankingsWebCacheItem, CurrencyWebCacheItem, DNSLookupWebCacheItem, GetUrlWebCacheItem, RSSWebCacheItem, TranslationWebCacheItem, WhoisWebCacheItem

public interface WebCacheItem
extends Serializable


Method Summary
 Object convert(String key)
           
 long getRefreshTime()
           
 

Method Detail

convert

Object convert(String key)
               throws WebCacheException
Throws:
WebCacheException

getRefreshTime

long getRefreshTime()

Liferay 6.1.2-ce-ga3