Uses of Enum Class
org.apache.struts2.ognl.OgnlCacheFactory.CacheType
Packages that use OgnlCacheFactory.CacheType
-
Uses of OgnlCacheFactory.CacheType in org.apache.struts2.ognl
Methods in org.apache.struts2.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 org.apache.struts2.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 org.apache.struts2.ognl with parameters of type OgnlCacheFactory.CacheTypeModifierConstructorDescriptionDefaultOgnlCacheFactory
(int cacheMaxSize, OgnlCacheFactory.CacheType defaultCacheType) DefaultOgnlCacheFactory
(int cacheMaxSize, OgnlCacheFactory.CacheType defaultCacheType, int initialCapacity)