Key
- The type for the cache key entriesValue
- The type for the cache value entriespublic class DefaultOgnlExpressionCacheFactory<Key,Value> extends DefaultOgnlCacheFactory<Key,Value> implements ExpressionCacheFactory<Key,Value>
Constructor and Description |
---|
DefaultOgnlExpressionCacheFactory() |
Modifier and Type | Method and Description |
---|---|
OgnlCache<Key,Value> |
buildOgnlCache() |
OgnlCache<Key,Value> |
buildOgnlCache(int evictionLimit,
int initialCapacity,
float loadFactor,
boolean lruCache) |
int |
getCacheMaxSize() |
boolean |
getUseLRUCache() |
protected void |
setCacheMaxSize(String maxSize) |
protected void |
setUseLRUCache(String useLRUMode) |
buildOgnlCache, buildOgnlCache, getCacheMaxSize, getUseLRUCache
protected void setCacheMaxSize(String maxSize)
setCacheMaxSize
in class DefaultOgnlCacheFactory<Key,Value>
protected void setUseLRUCache(String useLRUMode)
setUseLRUCache
in class DefaultOgnlCacheFactory<Key,Value>
public OgnlCache<Key,Value> buildOgnlCache()
public OgnlCache<Key,Value> buildOgnlCache(int evictionLimit, int initialCapacity, float loadFactor, boolean lruCache)
public int getCacheMaxSize()
public boolean getUseLRUCache()
Copyright © 2000–2022 Apache Software Foundation. All rights reserved.