Class InfinispanBeanGroupFactory<I,​T,​C>

  • Type Parameters:
    I - the bean identifier type
    T - the bean type
    C - the marshalling context
    All Implemented Interfaces:
    org.wildfly.clustering.ee.Creator<I,​BeanGroupEntry<I,​T,​C>,​Void>, org.wildfly.clustering.ee.Locator<I,​BeanGroupEntry<I,​T,​C>>, org.wildfly.clustering.ee.Remover<I>, BeanGroupEvictor<I>, BeanGroupFactory<I,​T,​C>

    public class InfinispanBeanGroupFactory<I,​T,​C>
    extends Object
    implements BeanGroupFactory<I,​T,​C>
    Encapsulates the cache mapping strategy of a bean group.
    Author:
    Paul Ferraro