Package | Description |
---|---|
cn.orionsec.kit.lang.define.cache |
Modifier and Type | Method and Description |
---|---|
static <K,V> SoftCache<K,V> |
SoftCache.create() |
static <K,V> SoftCache<K,V> |
SoftCache.create(boolean useHit) |
static <K,V> SoftCache<K,V> |
SoftCache.create(Map<K,V> m) |
static <K,V> SoftCache<K,V> |
SoftCache.create(Map<K,V> m,
boolean useHit) |
Copyright © 2024. All rights reserved.