Package ognl
Class OgnlRuntime.ClassPropertyMethodCache
java.lang.Object
ognl.OgnlRuntime.ClassPropertyMethodCache
- Enclosing class:
OgnlRuntime
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<Class<?>, ConcurrentHashMap<String, Method>> private static final Method -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NULL_REPLACEMENT
-
cache
-
-
Constructor Details
-
ClassPropertyMethodCache
ClassPropertyMethodCache()
-
-
Method Details
-
get
-
put
-
clear
void clear()Allow clearing for the underlying cache of the ClassPropertyMethodCache.- Since:
- 3.1.25
-