Class InfinispanBeanGroup<I,​T,​C>

  • Type Parameters:
    I - the bean identifier type
    T - the bean type
    C - the marshalling context type
    All Implemented Interfaces:
    AutoCloseable, BeanGroup<I,​T>

    public class InfinispanBeanGroup<I,​T,​C>
    extends Object
    implements BeanGroup<I,​T>
    A BeanGroup implementation backed by an infinispan cache.
    Author:
    Paul Ferraro