| 限定符和类型 | 接口和说明 |
|---|---|
interface |
CacheFactory
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CacheFilter.setCacheFactory(CacheFactory cacheFactory)
Dubbo will populate and set the cache factory instance based on service/method/consumer/provider configured
cache attribute value.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractCacheFactory
AbstractCacheFactory is a default implementation of
CacheFactory. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ExpiringCacheFactory
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JCacheFactory
JCacheFactory is factory class to provide instance of javax spi cache.Implement
CacheFactory by
extending AbstractCacheFactory and provide |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LruCacheFactory
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ThreadLocalCacheFactory
Implement
CacheFactory by extending AbstractCacheFactory and provide
instance of new ThreadLocalCache. |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.