Package | Description |
---|---|
com.opensymphony.xwork2.ognl |
Modifier and Type | Method and Description |
---|---|
OgnlCacheFactory.CacheType |
DefaultOgnlCacheFactory.getDefaultCacheType() |
OgnlCacheFactory.CacheType |
OgnlCacheFactory.getDefaultCacheType() |
static OgnlCacheFactory.CacheType |
OgnlCacheFactory.CacheType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OgnlCacheFactory.CacheType[] |
OgnlCacheFactory.CacheType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OgnlCache<Key,Value> |
DefaultOgnlCacheFactory.buildOgnlCache(int evictionLimit,
int initialCapacity,
float loadFactor,
OgnlCacheFactory.CacheType cacheType) |
OgnlCache<Key,Value> |
OgnlCacheFactory.buildOgnlCache(int evictionLimit,
int initialCapacity,
float loadFactor,
OgnlCacheFactory.CacheType cacheType) |
Constructor and Description |
---|
DefaultOgnlCacheFactory(int cacheMaxSize,
OgnlCacheFactory.CacheType defaultCacheType) |
DefaultOgnlCacheFactory(int cacheMaxSize,
OgnlCacheFactory.CacheType defaultCacheType,
int initialCapacity) |
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.