org.apache.commons.ognl.internal
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.


Method Summary
 void setClassInspector(ClassCacheInspector inspector)
           
 
Methods inherited from interface org.apache.commons.ognl.internal.Cache
clear, get, getSize, put
 

Method Detail

setClassInspector

void setClassInspector(ClassCacheInspector inspector)


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.