| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.cache.support.expiring | |
| org.apache.dubbo.cache.support.jcache | |
| org.apache.dubbo.cache.support.lru | |
| org.apache.dubbo.cache.support.threadlocal |
| 限定符和类型 | 类和说明 |
|---|---|
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.