public class CommonHandleCache<K,V>
extends java.lang.Object
implements org.apache.shenyu.plugin.api.HandleCache<K,V>
| 构造器和说明 |
|---|
CommonHandleCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
cachedHandle(K key,
V value) |
java.util.concurrent.ConcurrentHashMap<K,V> |
getAllCache()
Get all cached.
|
V |
obtainHandle(K key) |
V |
obtainHandle(K key,
java.util.function.Supplier<V> supplier) |
void |
removeHandle(K key) |
Copyright © 2026 The Apache Software Foundation. All rights reserved.