Class BeanDescriptorCache


  • public class BeanDescriptorCache
    extends Object

    A cache of BeanDescriptor to speed up performance of using BeanMaps. The cache parameters can be specified using the cache spec with property com.gengoai.reflection.BeanDescriptorCache.spec by default it will have a maximum size of 100 and entries will expire after 10 minutes of write

    Author:
    David B. Bracewell