Uses of Interface
org.apache.commons.ognl.ClassCacheInspector
-
Packages that use ClassCacheInspector Package Description org.apache.commons.ognl org.apache.commons.ognl.internal -
-
Uses of ClassCacheInspector in org.apache.commons.ognl
Methods in org.apache.commons.ognl with parameters of type ClassCacheInspector Modifier and Type Method Description voidOgnlCache. setClassCacheInspector(ClassCacheInspector inspector)Registers the specifiedClassCacheInspectorwith all class reflection based internal caches.static voidOgnlRuntime. setClassCacheInspector(ClassCacheInspector inspector)Registers the specifiedClassCacheInspectorwith all class reflection based internal caches. -
Uses of ClassCacheInspector in org.apache.commons.ognl.internal
Methods in org.apache.commons.ognl.internal with parameters of type ClassCacheInspector Modifier and Type Method Description voidClassCache. setClassInspector(ClassCacheInspector inspector)voidClassCacheImpl. setClassInspector(ClassCacheInspector inspector)voidConcurrentHashMapClassCache. setClassInspector(ClassCacheInspector inspector)voidHashMapClassCache. setClassInspector(ClassCacheInspector inspector)voidReentrantReadWriteLockClassCache. setClassInspector(ClassCacheInspector inspector)
-