org.apache.commons.ognl.internal.entry
Interface ClassCacheEntryFactory<T>

All Superinterfaces:
CacheEntryFactory<Class<?>,T>
All Known Implementing Classes:
FieldCacheEntryFactory, PropertyDescriptorCacheEntryFactory

public interface ClassCacheEntryFactory<T>
extends CacheEntryFactory<Class<?>,T>


Method Summary
 
Methods inherited from interface org.apache.commons.ognl.internal.entry.CacheEntryFactory
create
 



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