Package org.infinispan.security.actions
Class GetOrCreateCacheAction<A extends Cache<K,V>,K,V>
java.lang.Object
org.infinispan.security.actions.GetOrCreateCacheAction<A,K,V>
- All Implemented Interfaces:
Supplier<A>
GetOrCreateCacheAction.
- Since:
- 15.0
-
Constructor Summary
ConstructorDescriptionGetOrCreateCacheAction
(EmbeddedCacheManager cacheManager, String cacheName, Configuration configuration) -
Method Summary
-
Constructor Details
-
GetOrCreateCacheAction
public GetOrCreateCacheAction(EmbeddedCacheManager cacheManager, String cacheName, Configuration configuration)
-
-
Method Details