Package org.apache.commons.ognl
Interface ClassCacheInspector
-
public interface ClassCacheInspectorOptional interface that may be registered withOgnlRuntime.setClassCacheInspector(ClassCacheInspector)as a means to disallow caching of specific class types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshouldCache(java.lang.Class<?> type)Invoked just before storing a class type within a cache instance.
-