|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassCacheInspector
Optional interface that may be registered with OgnlRuntime.setClassCacheInspector(ClassCacheInspector)
as a
means to disallow caching of specific class types.
Method Summary | |
---|---|
boolean |
shouldCache(Class<?> type)
Invoked just before storing a class type within a cache instance. |
Method Detail |
---|
boolean shouldCache(Class<?> type)
type
- The class that is to be stored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |