Class GetCacheEntryAsyncAction<K,V>

java.lang.Object
org.infinispan.security.actions.GetCacheEntryAsyncAction<K,V>
All Implemented Interfaces:
PrivilegedAction<CompletionStage<CacheEntry<K,V>>>

public class GetCacheEntryAsyncAction<K,V> extends Object
GetCacheEntryAction.
Since:
10.0
Author:
Tristan Tarrant