List of usage examples for com.liferay.portal.kernel.webcache WebCacheItem interface-usage
From source file com.liferay.portlet.amazonrankings.util.AmazonRankingsWebCacheItem.java
/** * @author Brian Wing Shun Chan * @author Samuel Kong * @author Barrie Selack */ public class AmazonRankingsWebCacheItem implements WebCacheItem {
From source file com.liferay.portlet.currencyconverter.util.CurrencyWebCacheItem.java
/** * @author Brian Wing Shun Chan */ public class CurrencyWebCacheItem implements WebCacheItem { public CurrencyWebCacheItem(String symbol) {
From source file com.liferay.portlet.network.util.DNSLookupWebCacheItem.java
/** * @author Brian Wing Shun Chan */ public class DNSLookupWebCacheItem implements WebCacheItem { public DNSLookupWebCacheItem(String domain) {
From source file com.liferay.portlet.network.util.WhoisWebCacheItem.java
/** * @author Brian Wing Shun Chan */ public class WhoisWebCacheItem implements WebCacheItem { public static String WHOIS_SERVER = "whois.geektools.com";
From source file com.liferay.portlet.rss.util.RSSWebCacheItem.java
/** * @author Brian Wing Shun Chan */ public class RSSWebCacheItem implements WebCacheItem { public RSSWebCacheItem(String url) {
From source file com.liferay.portlet.translator.util.TranslationWebCacheItem.java
/** * @author Brian Wing Shun Chan */ public class TranslationWebCacheItem implements WebCacheItem { public TranslationWebCacheItem(String translationId, String fromText) {
From source file com.liferay.randombibleverse.util.VerseWebCacheItem.java
/** * @author Brian Wing Shun Chan */ public class VerseWebCacheItem implements WebCacheItem { public VerseWebCacheItem(String location, String versionId, String language) {
From source file com.liferay.rss.web.internal.util.RSSWebCacheItem.java
/** * @author Brian Wing Shun Chan */ public class RSSWebCacheItem implements WebCacheItem { public RSSWebCacheItem(RSSWebCacheConfiguration rssWebCacheConfiguration, String url) {
From source file com.liferay.stocks.util.StocksWebCacheItem.java
/** * @author Brian Wing Shun Chan */ public class StocksWebCacheItem implements WebCacheItem { public StocksWebCacheItem(String symbol) {
From source file com.liferay.taglib.util.GetUrlWebCacheItem.java
/** * @author Brian Wing Shun Chan */ public class GetUrlWebCacheItem implements WebCacheItem { public GetUrlWebCacheItem(String url, long refreshTime) {