| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheFactory
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheFilter.setCacheFactory(CacheFactory cacheFactory)
Dubbo will populate and set the cache factory instance based on service/method/consumer/provider configured
cache attribute value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCacheFactory
AbstractCacheFactory is a default implementation of
CacheFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpiringCacheFactory
|
| Modifier and Type | Class and Description |
|---|---|
class |
JCacheFactory
JCacheFactory is factory class to provide instance of javax spi cache.Implement
CacheFactory by
extending AbstractCacheFactory and provide |
| Modifier and Type | Class and Description |
|---|---|
class |
LfuCacheFactory
|
| Modifier and Type | Class and Description |
|---|---|
class |
LruCacheFactory
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadLocalCacheFactory
Implement
CacheFactory by extending AbstractCacheFactory and provide
instance of new ThreadLocalCache. |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.