Package | Description |
---|---|
com.opensymphony.xwork2.ognl |
Modifier and Type | Class and Description |
---|---|
class |
OgnlDefaultCache<Key,Value>
Default OGNL cache implementation.
|
class |
OgnlLRUCache<Key,Value>
A basic OGNL LRU cache implementation.
|
Modifier and Type | Method and Description |
---|---|
OgnlCache<Key,Value> |
DefaultOgnlCacheFactory.buildOgnlCache() |
OgnlCache<Key,Value> |
DefaultOgnlCacheFactory.buildOgnlCache(int evictionLimit,
int initialCapacity,
float loadFactor,
boolean lruCache) |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.