Uses of Interface
com.alibaba.dubbo.config.utils.ReferenceConfigCache.KeyGenerator

Packages that use ReferenceConfigCache.KeyGenerator
com.alibaba.dubbo.config.utils   
 

Uses of ReferenceConfigCache.KeyGenerator in com.alibaba.dubbo.config.utils
 

Fields in com.alibaba.dubbo.config.utils declared as ReferenceConfigCache.KeyGenerator
static ReferenceConfigCache.KeyGenerator ReferenceConfigCache.DEFAULT_KEY_GENERATOR
          Create the key with the Group, Interface and version attribute of ReferenceConfig.
 

Methods in com.alibaba.dubbo.config.utils with parameters of type ReferenceConfigCache.KeyGenerator
static ReferenceConfigCache ReferenceConfigCache.getCache(String name, ReferenceConfigCache.KeyGenerator keyGenerator)
          Get the cache use specified ReferenceConfigCache.KeyGenerator.
 



Copyright © 2012–2017 Alibaba. All rights reserved.