Class InfinispanBeanFactory<I,​T,​C>

  • Type Parameters:
    I - the bean identifier type
    T - the bean type
    C - the marshalling context type
    All Implemented Interfaces:
    Creator<I,​BeanEntry<I>,​I>, Locator<I,​BeanEntry<I>>, BeanFactory<I,​T>, BeanRemover<I,​T>

    public class InfinispanBeanFactory<I,​T,​C>
    extends Object
    implements BeanFactory<I,​T>
    Encapsulates the cache mapping strategy for a bean.
    Author:
    Paul Ferraro