public class DefaultCacheProvider extends CacheInstancePerScopeProvider
 This will create a Cache instance that uses a repackaged ConcurrentLinkedHashMap for the actual implementation.
 
APP_MAX_CAP_PARAM_NAME, APP_TTL_PARAM_NAME, DEFAULT_CACHE_PARAM_NAME, SESSION_MAX_CAP_PARAM_NAME, SESSION_TTL_PARAM_NAME| Constructor and Description | 
|---|
| DefaultCacheProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Cache | createCache(Integer timeToLive,
           Integer maxCapacity) | 
getCache, getParameters, setParametersprotected Cache createCache(Integer timeToLive, Integer maxCapacity)
createCache in class CacheInstancePerScopeProviderCopyright © 2012–2015 OmniFaces. All rights reserved.