public interface ExpressionCacheFactory<Key,Value>
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() |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.