public class GetCacheEntryAsyncAction<K,V> extends Object
| Constructor and Description |
|---|
GetCacheEntryAsyncAction(AdvancedCache<?,?> cache,
K key) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<CacheEntry<K,V>> |
run() |
public GetCacheEntryAsyncAction(AdvancedCache<?,?> cache, K key)
public CompletionStage<CacheEntry<K,V>> run()
Copyright © 2022 JBoss by Red Hat. All rights reserved.