Package org.infinispan.security.actions
Class GetCacheAction
- java.lang.Object
-
- org.infinispan.security.actions.GetCacheAction
-
- All Implemented Interfaces:
PrivilegedAction<Cache<?,?>>
public class GetCacheAction extends Object implements PrivilegedAction<Cache<?,?>>
GetCacheAction.- Since:
- 7.0
- Author:
- Tristan Tarrant
-
-
Constructor Summary
Constructors Constructor Description GetCacheAction(EmbeddedCacheManager cacheManager, String cacheName)
-
-
-
Constructor Detail
-
GetCacheAction
public GetCacheAction(EmbeddedCacheManager cacheManager, String cacheName)
-
-
Method Detail
-
run
public Cache<?,?> run()
- Specified by:
run
in interfacePrivilegedAction<Cache<?,?>>
-
-