类 ReferenceConfigCache


  • public class ReferenceConfigCache
    extends 
    a simple util class for cache ReferenceConfig.

    ReferenceConfig is a heavy Object, it's necessary to cache these object for the framework which create ReferenceConfig frequently.

    You can implement and use your own ReferenceConfig cache if you need use complicate strategy.