Uses of Enum Class
com.opensymphony.xwork2.ognl.OgnlCacheFactory.CacheType
Packages that use OgnlCacheFactory.CacheType
-
Uses of OgnlCacheFactory.CacheType in com.opensymphony.xwork2.ognl
Methods in com.opensymphony.xwork2.ognl that return OgnlCacheFactory.CacheTypeModifier and TypeMethodDescriptionDefaultOgnlCacheFactory.getDefaultCacheType()
OgnlCacheFactory.getDefaultCacheType()
static OgnlCacheFactory.CacheType
Returns the enum constant of this class with the specified name.static OgnlCacheFactory.CacheType[]
OgnlCacheFactory.CacheType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.opensymphony.xwork2.ognl with parameters of type OgnlCacheFactory.CacheTypeModifier and TypeMethodDescriptionDefaultOgnlCacheFactory.buildOgnlCache
(int evictionLimit, int initialCapacity, float loadFactor, OgnlCacheFactory.CacheType cacheType) OgnlCacheFactory.buildOgnlCache
(int evictionLimit, int initialCapacity, float loadFactor, OgnlCacheFactory.CacheType cacheType) Constructors in com.opensymphony.xwork2.ognl with parameters of type OgnlCacheFactory.CacheTypeModifierConstructorDescriptionDefaultOgnlCacheFactory
(int cacheMaxSize, OgnlCacheFactory.CacheType defaultCacheType)