Package org.apache.commons.ognl.internal
Interface ClassCache<V>
-
- All Superinterfaces:
Cache<java.lang.Class<?>,V>
- All Known Implementing Classes:
ClassCacheImpl
,ConcurrentHashMapClassCache
,HashMapClassCache
,ReentrantReadWriteLockClassCache
public interface ClassCache<V> extends Cache<java.lang.Class<?>,V>
This is a highly specialized map for storing values keyed by Class objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setClassInspector(ClassCacheInspector inspector)
-
-
-
Method Detail
-
setClassInspector
void setClassInspector(ClassCacheInspector inspector)
-
-