Interface ClassCache<V>

All Superinterfaces:
Cache<Class<?>,V>
All Known Implementing Classes:
ClassCacheImpl, ConcurrentHashMapClassCache, HashMapClassCache, ReentrantReadWriteLockClassCache

public interface ClassCache<V> extends Cache<Class<?>,V>
This is a highly specialized map for storing values keyed by Class objects.