|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassCacheInspector | |
---|---|
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 | |
---|---|
static void |
OgnlRuntime.setClassCacheInspector(ClassCacheInspector inspector)
Registers the specified ClassCacheInspector with all class reflection based internal caches. |
void |
OgnlCache.setClassCacheInspector(ClassCacheInspector inspector)
Registers the specified ClassCacheInspector with 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 | |
---|---|
void |
ReentrantReadWriteLockClassCache.setClassInspector(ClassCacheInspector inspector)
|
void |
HashMapClassCache.setClassInspector(ClassCacheInspector inspector)
|
void |
ConcurrentHashMapClassCache.setClassInspector(ClassCacheInspector inspector)
|
void |
ClassCacheImpl.setClassInspector(ClassCacheInspector inspector)
|
void |
ClassCache.setClassInspector(ClassCacheInspector inspector)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |