|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
CacheFactory.getConcurrentCache(int initialCapacity)
Returns a new instance of Cache. |
|
static
|
CacheFactory.getConcurrentCacheInstance(javax.faces.context.ExternalContext externalContext,
int initialCapacity)
Returns a new instance of Cache from the CacheFactory found by the FactoryExtensionFinder. |
|
abstract
|
CacheFactory.getConcurrentLRUCache(int initialCapacity,
int maxCapacity)
Returns a new instance of Cache. |
|
static
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||