Package org.infinispan.security.actions
Class GetUnwrappedCacheAction<A extends Cache<K,V>,K,V>
- java.lang.Object
-
- org.infinispan.security.actions.GetUnwrappedCacheAction<A,K,V>
-
- All Implemented Interfaces:
PrivilegedAction<A>
public class GetUnwrappedCacheAction<A extends Cache<K,V>,K,V> extends Object implements PrivilegedAction<A>
GetUnwrappedCacheAction.- Since:
- 12.1
- Author:
- Tristan Tarrant
-
-
Constructor Summary
Constructors Constructor Description GetUnwrappedCacheAction(A cache)
-