public interface ClassCache
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Object |
get(Class key) |
int |
getSize() |
Object |
put(Class key,
Object value) |
void |
setClassInspector(ClassCacheInspector inspector) |
Copyright © 1997–2021 The Apache Software Foundation. All rights reserved.