| 程序包 | 说明 |
|---|---|
| io.polaris.core.cache | |
| io.polaris.core.tuple |
| 限定符和类型 | 方法和说明 |
|---|---|
Ref<V> |
MapCache.get(K key) |
Ref<V> |
ICache.get(K key) |
Ref<V> |
MapCache.putIfAbsent(K key,
V value) |
default Ref<V> |
ICache.putIfAbsent(K key,
V value) |
| 构造器和说明 |
|---|
MapCache(Map<K,Ref<V>> map) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LazyRef<V> |
class |
ValueRef<V> |
| 限定符和类型 | 方法和说明 |
|---|---|
static <E> Ref<E> |
Ref.of(E value) |
Copyright © 2025 fossc. All rights reserved.