类 ReferenceConfigCache


  • public class ReferenceConfigCache
    extends Object
    A simple util class for cache ReferenceConfigBase.

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

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

    • 字段详细资料

      • DEFAULT_KEY_GENERATOR

        public static final ReferenceConfigCache.KeyGenerator DEFAULT_KEY_GENERATOR
        Create the key with the Group, Interface and version attribute of ReferenceConfigBase.

        key example: group1/org.apache.dubbo.foo.FooService:1.0.0.