Interface BeanKey<I>
-
- Type Parameters:
I- the bean identifier type
- All Superinterfaces:
Key<I>
- All Known Implementing Classes:
InfinispanBeanKey
public interface BeanKey<I> extends 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