Class InfinispanBeanGroupKey<K>
java.lang.Object
org.wildfly.clustering.cache.infinispan.CacheKey<K>
org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanGroupKey<K>
- Type Parameters:
K- the bean group identifier type
- All Implemented Interfaces:
org.wildfly.clustering.cache.Key<K>,BeanGroupKey<K>
public class InfinispanBeanGroupKey<K>
extends org.wildfly.clustering.cache.infinispan.CacheKey<K>
implements BeanGroupKey<K>
The key used to cache a group of beans.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.cache.infinispan.CacheKey
equals, getId, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wildfly.clustering.cache.Key
getId
-
Constructor Details
-
InfinispanBeanGroupKey
-