Interface Configuration<K,​V,​F>

  • Type Parameters:
    I - the bean identifier type
    K - the cache key type
    V - the cache value type
    F - the factory type

    public interface Configuration<K,​V,​F>
    Exposes the configuration common to beans and bean groups.
    Author:
    Paul Ferraro
    • Method Detail

      • getCache

        org.infinispan.Cache<K,​V> getCache()
      • getFactory

        F getFactory()