| Package | Description |
|---|---|
| com.liferay.faces.util.cache |
Copyright (c) 2000-2020 Liferay, Inc.
|
| com.liferay.faces.util.i18n |
Copyright (c) 2000-2020 Liferay, Inc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheWrapper<K,V> |
| Modifier and Type | Method and Description |
|---|---|
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)
|
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)
|
| Modifier and Type | Method and Description |
|---|---|
protected Cache<String,String> |
I18nBundleBase.newConcurrentMessageCache(javax.faces.context.ExternalContext externalContext)
Returns a new message cache to be used by
I18nBundleBase. |
Copyright © 2020 Liferay, Inc.. All rights reserved.