Class InfinispanBean<I,​T>

  • Type Parameters:
    I - the bean identifier type
    T - the bean type
    All Implemented Interfaces:
    AutoCloseable, Bean<I,​T>

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