| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.config.bootstrap | |
| org.apache.dubbo.config.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
ReferenceConfigCache |
DubboBootstrap.getCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
DubboBootstrap |
DubboBootstrap.cache(ReferenceConfigCache cache) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ReferenceConfigCache |
ReferenceConfigCache.getCache()
Get the cache use default name and
DEFAULT_KEY_GENERATOR to generate cache key. |
static ReferenceConfigCache |
ReferenceConfigCache.getCache(String name)
Get the cache use specified name and
ReferenceConfigCache.KeyGenerator. |
static ReferenceConfigCache |
ReferenceConfigCache.getCache(String name,
ReferenceConfigCache.KeyGenerator keyGenerator)
Get the cache use specified
ReferenceConfigCache.KeyGenerator. |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.