Key
- The type for the cache key entriesValue
- The type for the cache value entriespublic class DefaultOgnlCacheFactory<Key,Value> extends Object
Constructor and Description |
---|
DefaultOgnlCacheFactory() |
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) |
public OgnlCache<Key,Value> buildOgnlCache(int evictionLimit, int initialCapacity, float loadFactor, boolean lruCache)
public int getCacheMaxSize()
protected void setCacheMaxSize(String maxSize)
public boolean getUseLRUCache()
protected void setUseLRUCache(String useLRUMode)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.