Package org.infinispan.security.actions
Class GetCacheAction
- java.lang.Object
-
- org.infinispan.security.actions.GetCacheAction
-
-
Constructor Summary
Constructors Constructor Description GetCacheAction(EmbeddedCacheManager cacheManager, java.lang.String cacheName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cache<?,?>
run()
-
-
-
Constructor Detail
-
GetCacheAction
public GetCacheAction(EmbeddedCacheManager cacheManager, java.lang.String cacheName)
-
-