Interface BeanKey<I>
-
- Type Parameters:
I- the bean identifier type
- All Superinterfaces:
org.wildfly.clustering.ee.Key<I>
- All Known Implementing Classes:
InfinispanBeanKey
public interface BeanKey<I> extends org.wildfly.clustering.ee.Key<I>The cache key used to store a bean. A cache instance will store bean instances for multiple types, so we distinguish them via a string representation of the type..- Author:
- Paul Ferraro