Uses of Interface
com.liferay.faces.util.cache.Cache

Packages that use Cache
com.liferay.faces.util.cache   
com.liferay.faces.util.i18n   
 

Uses of Cache in com.liferay.faces.util.cache
 

Classes in com.liferay.faces.util.cache that implement Cache
 class CacheWrapper<K,V>
           
 

Methods in com.liferay.faces.util.cache that return Cache
abstract
<K,V> Cache<K,V>
CacheFactory.getConcurrentCache(int initialCapacity)
          Returns a new instance of Cache.
static
<K,V> Cache<K,V>
CacheFactory.getConcurrentCacheInstance(javax.faces.context.ExternalContext externalContext, int initialCapacity)
          Returns a new instance of Cache from the CacheFactory found by the FactoryExtensionFinder.
abstract
<K,V> Cache<K,V>
CacheFactory.getConcurrentLRUCache(int initialCapacity, int maxCapacity)
          Returns a new instance of Cache.
static
<K,V> Cache<K,V>
CacheFactory.getConcurrentLRUCacheInstance(javax.faces.context.ExternalContext externalContext, int initialCapacity, int maxCapacity)
          Returns a new instance of Cache from the CacheFactory found by the FactoryExtensionFinder.
 

Uses of Cache in com.liferay.faces.util.i18n
 

Methods in com.liferay.faces.util.i18n that return Cache
protected  Cache<String,String> I18nBundleBase.newConcurrentMessageCache(javax.faces.context.ExternalContext externalContext)
          Returns a new message cache to be used by I18nBundleBase.
 



Copyright © 2019 Liferay, Inc.. All rights reserved.