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 Details

    • GetUnwrappedCacheAction

      public GetUnwrappedCacheAction(A cache)
  • Method Details