| 程序包 | 说明 |
|---|---|
| com.jn.langx.cache | |
| com.jn.langx.configuration |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractCache<K,V> |
class |
FIFOCache<K,V>
先进先出队列
|
class |
LRUCache<K,V>
最近最少使用
|
| 限定符和类型 | 方法和说明 |
|---|---|
Cache<K,V> |
CacheBuilder.build() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractConfigurationRepository.setCache(Cache<String,T> cache) |
Copyright © 2020. All rights reserved.