| 接口 | 说明 |
|---|---|
| Cache<K,V> |
todo 异步功能支持
|
| CacheFactory | |
| CacheLoader<K,V> | |
| CacheWriter<K,V> |
Cache writer used for write-through operations.
|
| 类 | 说明 |
|---|---|
| AbstractCacheFactory<C extends Cache> | |
| CacheOptions<K,V> |
| 枚举 | 说明 |
|---|---|
| CacheOptions.WriteMode |
缓存的四种模式:stand by,read through,write through,write behind。
|
Copyright © 2021. All rights reserved.