Class InfinispanBeanGroupKey<K>
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.GroupedKey<K>
-
- org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanGroupKey<K>
-
- Type Parameters:
K- the bean group identifier type
- All Implemented Interfaces:
Key<K>,BeanGroupKey<K>,KeyGroup<K>
public class InfinispanBeanGroupKey<K> extends GroupedKey<K> implements BeanGroupKey<K>
The key used to cache a group of beans.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description InfinispanBeanGroupKey(K id)
-
-
-
Constructor Detail
-
InfinispanBeanGroupKey
public InfinispanBeanGroupKey(K id)
-
-