public interface ClassCacheInspector
OgnlRuntime.setClassCacheInspector(ClassCacheInspector)
as
a means to disallow caching of specific class types.Modifier and Type | Method and Description |
---|---|
boolean |
shouldCache(Class type)
Invoked just before storing a class type within a cache instance.
|
boolean shouldCache(Class type)
type
- The class that is to be stored.Copyright © 1997–2021 The Apache Software Foundation. All rights reserved.