Liferay 6.1.2-ce-ga3

com.liferay.portlet.rss.util
Class RSSWebCacheItem

java.lang.Object
  extended by com.liferay.portlet.rss.util.RSSWebCacheItem
All Implemented Interfaces:
WebCacheItem, Serializable

public class RSSWebCacheItem
extends Object
implements WebCacheItem

See Also:
Serialized Form

Constructor Summary
RSSWebCacheItem(String url)
           
 
Method Summary
 Object convert(String key)
           
 long getRefreshTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSSWebCacheItem

public RSSWebCacheItem(String url)
Method Detail

convert

public Object convert(String key)
               throws WebCacheException
Specified by:
convert in interface WebCacheItem
Throws:
WebCacheException

getRefreshTime

public long getRefreshTime()
Specified by:
getRefreshTime in interface WebCacheItem

Liferay 6.1.2-ce-ga3