| java.lang.Object org.apache.beehive.netui.util.internal.cache.PropertyCache
PropertyCache | final public class PropertyCache (Code) | | The PropertyCache is used to track the JavaBean properties and public
fields of a set of classes that are stored in the cache. This implementation
provides a significant speed-up when looking-up reflected metadata
of Java classes. It is primarily used in the NetUI expression engine
to provide fast access to the properties and fields of classes
against which expressions are being evaluated.
|
PropertyCache | public PropertyCache()(Code) | | |
|
|