ognl.internal
Class ClassCacheImpl
java.lang.Object
ognl.internal.ClassCacheImpl
- All Implemented Interfaces:
- ClassCache
public class ClassCacheImpl
- extends java.lang.Object
- implements ClassCache
Implementation of ClassCache
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClassCacheImpl
public ClassCacheImpl()
setClassInspector
public void setClassInspector(ClassCacheInspector inspector)
- Specified by:
setClassInspector
in interface ClassCache
clear
public void clear()
- Specified by:
clear
in interface ClassCache
getSize
public int getSize()
- Specified by:
getSize
in interface ClassCache
get
public final java.lang.Object get(java.lang.Class key)
- Specified by:
get
in interface ClassCache
put
public final java.lang.Object put(java.lang.Class key,
java.lang.Object value)
- Specified by:
put
in interface ClassCache
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object