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